Html Css Color HEX #C3018C Medium Violet Red

📋 copy color: '#C3018C'

red 195 ◦ green 1 ◦ blue 140

#C3018C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C3018C

Tints of Medium Violet Red #C3018C

RGB

 RED value IS 195 (76.56% from 255) = 58.04%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 58.04%
G = 0.3%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C3018C (or 0xC3018C) is known color: Medium Violet Red. HEX triplet: C3, 01 and 8C. RGB value is (195,1,140). Sum of RGB (Red+Green+Blue) = 195+1+140=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3018C is #3CFE73. Grayscale: #4A4A4A. Windows color (decimal): -3997300 or 9175491. OLE color: 9175491.

HSL color Cylindrical-coordinate representation of color #C3018C: hue angle of 317.01º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3018C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 140 -
CMYK 0 0.99 0.28 0.24
HSL 317.01º 0.99% 0.38% -
HSV(B) 317.01º 0.99% 0.76% -
XYZ 27.25 13.52 25.98 -
YUV 74.85 164.77 213.7 -
System Red Green Blue C M Y K H S L
Decimal 195 1 140 0 0.99 0.28 0.24 317.01 0.99 0.38
Hex C3 1 8C 0 63 1C 18 13D 63 26
Octal 303 1 214 0 143 34 30 475 143 46
Binary 11000011 1 10001100 0 1100011 11100 11000 100111101 1100011 100110

Color Harmonies of #C3018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3018C

Black with #C3018C

Text Example


Text Example

White with #C3018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3018C; }

 p { color: rgb(195,1,140); }

 H1.HeaderClassName
 {
   color: #C3018C;
 }
 .AnyTagClassName
 {
   color: #C3018C;
 }
</style>

background-color css

<style>
 a { background-color: #C3018C; }

 a { background-color: rgb(195,1,140); }

 div.DivClassName
 {
   background-color: #C3018C;
 }
 .BgClassName
 {
   background-color: #C3018C;
 }
</style>

border-color css

<style>
 span { border-color: #C3018C; }

 span { border-color: rgb(195,1,140); }

 td.TdClassName
 {
   border-color: #C3018C;
 }
 .TagClassName
 {
   border-color: #C3018C;
 }
</style>