Html Css Color HEX #C00876 Medium Violet Red

📋 copy color: '#C00876'

red 192 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #C00876

Tints of Medium Violet Red #C00876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 60.38%
G = 2.52%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C00876 (or 0xC00876) is known color: Medium Violet Red. HEX triplet: C0, 08 and 76. RGB value is (192,8,118). Sum of RGB (Red+Green+Blue) = 192+8+118=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C00876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00876 is #3FF789. Grayscale: #4B4B4B. Windows color (decimal): -4192138 or 7735488. OLE color: 7735488.

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

Color convert

RGB 192 8 118 -
CMYK 0 0.96 0.39 0.25
HSL 324.13º 0.92% 0.39% -
HSV(B) 324.13º 0.96% 0.75% -
XYZ 25.1 12.69 18.27 -
YUV 75.56 151.96 211.06 -
System Red Green Blue C M Y K H S L
Decimal 192 8 118 0 0.96 0.39 0.25 324.13 0.92 0.39
Hex C0 8 76 0 60 27 19 144 5C 27
Octal 300 10 166 0 140 47 31 504 134 47
Binary 11000000 1000 1110110 0 1100000 100111 11001 101000100 1011100 100111

Color Harmonies of #C00876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00876

Black with #C00876

Text Example


Text Example

White with #C00876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00876; }

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

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

background-color css

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

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

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

border-color css

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

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

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