Html Css Color HEX #C01D72 Medium Violet Red

📋 copy color: '#C01D72'

red 192 ◦ green 29 ◦ blue 114

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

Shades of Medium Violet Red #C01D72

Tints of Medium Violet Red #C01D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 57.31%
G = 8.66%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C01D72 (or 0xC01D72) is known color: Medium Violet Red. HEX triplet: C0, 1D and 72. RGB value is (192,29,114). Sum of RGB (Red+Green+Blue) = 192+29+114=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01D72 is #3FE28D. Grayscale: #575757. Windows color (decimal): -4186766 or 7478720. OLE color: 7478720.

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

Color convert

RGB 192 29 114 -
CMYK 0 0.85 0.41 0.25
HSL 328.71º 0.74% 0.43% -
HSV(B) 328.71º 0.85% 0.75% -
XYZ 25.21 13.3 17.16 -
YUV 87.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 192 29 114 0 0.85 0.41 0.25 328.71 0.74 0.43
Hex C0 1D 72 0 55 29 19 149 4A 2B
Octal 300 35 162 0 125 51 31 511 112 53
Binary 11000000 11101 1110010 0 1010101 101001 11001 101001001 1001010 101011

Color Harmonies of #C01D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D72

Black with #C01D72

Text Example


Text Example

White with #C01D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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