Html Css Color HEX #C01CAB Medium Violet Red

📋 copy color: '#C01CAB'

red 192 ◦ green 28 ◦ blue 171

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

Shades of Medium Violet Red #C01CAB

Tints of Medium Violet Red #C01CAB

RGB

 RED value IS 192 (75.39% from 255) = 49.1%

 GREEN value IS 28 (11.33% from 255) = 7.16%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 49.1%
G = 7.16%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C01CAB (or 0xC01CAB) is known color: Medium Violet Red. HEX triplet: C0, 1C and AB. RGB value is (192,28,171). Sum of RGB (Red+Green+Blue) = 192+28+171=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01CAB is #3FE354. Grayscale: #5C5C5C. Windows color (decimal): -4186965 or 11214016. OLE color: 11214016.

HSL color Cylindrical-coordinate representation of color #C01CAB: hue angle of 307.68º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01CAB is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 171 -
CMYK 0 0.85 0.11 0.25
HSL 307.68º 0.75% 0.43% -
HSV(B) 307.68º 0.85% 0.75% -
XYZ 29.5 14.98 39.86 -
YUV 93.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 192 28 171 0 0.85 0.11 0.25 307.68 0.75 0.43
Hex C0 1C AB 0 55 B 19 134 4B 2B
Octal 300 34 253 0 125 13 31 464 113 53
Binary 11000000 11100 10101011 0 1010101 1011 11001 100110100 1001011 101011

Color Harmonies of #C01CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CAB

Black with #C01CAB

Text Example


Text Example

White with #C01CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CAB; }

 p { color: rgb(192,28,171); }

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

background-color css

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

 a { background-color: rgb(192,28,171); }

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

border-color css

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

 span { border-color: rgb(192,28,171); }

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