Html Css Color HEX #C02876 Medium Red Violet

📋 copy color: '#C02876'

red 192 ◦ green 40 ◦ blue 118

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

Shades of Medium Red Violet #C02876

Tints of Medium Red Violet #C02876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 54.86%
G = 11.43%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C02876 (or 0xC02876) is known color: Medium Red Violet. HEX triplet: C0, 28 and 76. RGB value is (192,40,118). Sum of RGB (Red+Green+Blue) = 192+40+118=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C02876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02876 is #3FD789. Grayscale: #5E5E5E. Windows color (decimal): -4183946 or 7743680. OLE color: 7743680.

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

Color convert

RGB 192 40 118 -
CMYK 0 0.79 0.39 0.25
HSL 329.21º 0.66% 0.45% -
HSV(B) 329.21º 0.79% 0.75% -
XYZ 25.77 14.03 18.49 -
YUV 94.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 192 40 118 0 0.79 0.39 0.25 329.21 0.66 0.45
Hex C0 28 76 0 4F 27 19 149 42 2D
Octal 300 50 166 0 117 47 31 511 102 55
Binary 11000000 101000 1110110 0 1001111 100111 11001 101001001 1000010 101101

Color Harmonies of #C02876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02876

Black with #C02876

Text Example


Text Example

White with #C02876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02876; }

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

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

background-color css

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

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

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

border-color css

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

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

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