Html Css Color HEX #C01276 Medium Violet Red

📋 copy color: '#C01276'

red 192 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #C01276

Tints of Medium Violet Red #C01276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 58.54%
G = 5.49%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C01276 (or 0xC01276) is known color: Medium Violet Red. HEX triplet: C0, 12 and 76. RGB value is (192,18,118). Sum of RGB (Red+Green+Blue) = 192+18+118=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01276 is #3FED89. Grayscale: #515151. Windows color (decimal): -4189578 or 7738048. OLE color: 7738048.

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

Color convert

RGB 192 18 118 -
CMYK 0 0.91 0.39 0.25
HSL 325.52º 0.83% 0.41% -
HSV(B) 325.52º 0.91% 0.75% -
XYZ 25.22 12.95 18.31 -
YUV 81.43 148.65 206.87 -
System Red Green Blue C M Y K H S L
Decimal 192 18 118 0 0.91 0.39 0.25 325.52 0.83 0.41
Hex C0 12 76 0 5B 27 19 146 53 29
Octal 300 22 166 0 133 47 31 506 123 51
Binary 11000000 10010 1110110 0 1011011 100111 11001 101000110 1010011 101001

Color Harmonies of #C01276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01276

Black with #C01276

Text Example


Text Example

White with #C01276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01276; }

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

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

background-color css

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

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

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

border-color css

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

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

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