Html Css Color HEX #C01DA8 Medium Violet Red

📋 copy color: '#C01DA8'

red 192 ◦ green 29 ◦ blue 168

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

Shades of Medium Violet Red #C01DA8

Tints of Medium Violet Red #C01DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.19%

R = 49.36%
G = 7.46%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C01DA8 (or 0xC01DA8) is known color: Medium Violet Red. HEX triplet: C0, 1D and A8. RGB value is (192,29,168). Sum of RGB (Red+Green+Blue) = 192+29+168=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DA8 is #3FE257. Grayscale: #5D5D5D. Windows color (decimal): -4186712 or 11017664. OLE color: 11017664.

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

Color convert

RGB 192 29 168 -
CMYK 0 0.85 0.12 0.25
HSL 308.83º 0.74% 0.43% -
HSV(B) 308.83º 0.85% 0.75% -
XYZ 29.25 14.91 38.38 -
YUV 93.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 192 29 168 0 0.85 0.12 0.25 308.83 0.74 0.43
Hex C0 1D A8 0 55 C 19 135 4A 2B
Octal 300 35 250 0 125 14 31 465 112 53
Binary 11000000 11101 10101000 0 1010101 1100 11001 100110101 1001010 101011

Color Harmonies of #C01DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DA8

Black with #C01DA8

Text Example


Text Example

White with #C01DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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