Html Css Color HEX #C01272 Medium Violet Red

📋 copy color: '#C01272'

red 192 ◦ green 18 ◦ blue 114

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

Shades of Medium Violet Red #C01272

Tints of Medium Violet Red #C01272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

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

R = 59.26%
G = 5.56%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C01272 (or 0xC01272) is known color: Medium Violet Red. HEX triplet: C0, 12 and 72. RGB value is (192,18,114). Sum of RGB (Red+Green+Blue) = 192+18+114=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C01272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01272 is #3FED8D. Grayscale: #505050. Windows color (decimal): -4189582 or 7475904. OLE color: 7475904.

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

Color convert

RGB 192 18 114 -
CMYK 0 0.91 0.41 0.25
HSL 326.9º 0.83% 0.41% -
HSV(B) 326.9º 0.91% 0.75% -
XYZ 24.99 12.85 17.08 -
YUV 80.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 192 18 114 0 0.91 0.41 0.25 326.9 0.83 0.41
Hex C0 12 72 0 5B 29 19 147 53 29
Octal 300 22 162 0 133 51 31 507 123 51
Binary 11000000 10010 1110010 0 1011011 101001 11001 101000111 1010011 101001

Color Harmonies of #C01272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01272

Black with #C01272

Text Example


Text Example

White with #C01272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01272; }

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

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

background-color css

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

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

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

border-color css

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

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

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