Html Css Color HEX #C01DAB Medium Violet Red

📋 copy color: '#C01DAB'

red 192 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #C01DAB

Tints of Medium Violet Red #C01DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.4%

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

R = 48.98%
G = 7.4%
B = 43.62%

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

#C01DAB (or 0xC01DAB) is known color: Medium Violet Red. HEX triplet: C0, 1D and AB. RGB value is (192,29,171). Sum of RGB (Red+Green+Blue) = 192+29+171=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DAB is #3FE254. Grayscale: #5D5D5D. Windows color (decimal): -4186709 or 11214272. OLE color: 11214272.

HSL color Cylindrical-coordinate representation of color #C01DAB: hue angle of 307.73º degrees, saturation: 0.74, 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 #C01DAB is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 29 171 -
CMYK 0 0.85 0.11 0.25
HSL 307.73º 0.74% 0.43% -
HSV(B) 307.73º 0.85% 0.75% -
XYZ 29.53 15.03 39.87 -
YUV 93.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 192 29 171 0 0.85 0.11 0.25 307.73 0.74 0.43
Hex C0 1D AB 0 55 B 19 134 4A 2B
Octal 300 35 253 0 125 13 31 464 112 53
Binary 11000000 11101 10101011 0 1010101 1011 11001 100110100 1001010 101011

Color Harmonies of #C01DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DAB

Black with #C01DAB

Text Example


Text Example

White with #C01DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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