Html Css Color HEX #C02878 Medium Red Violet

📋 copy color: '#C02878'

red 192 ◦ green 40 ◦ blue 120

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

Shades of Medium Red Violet #C02878

Tints of Medium Red Violet #C02878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 54.55%
G = 11.36%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C02878 (or 0xC02878) is known color: Medium Red Violet. HEX triplet: C0, 28 and 78. RGB value is (192,40,120). Sum of RGB (Red+Green+Blue) = 192+40+120=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C02878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02878 is #3FD787. Grayscale: #5E5E5E. Windows color (decimal): -4183944 or 7874752. OLE color: 7874752.

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

Color convert

RGB 192 40 120 -
CMYK 0 0.79 0.38 0.25
HSL 328.42º 0.66% 0.45% -
HSV(B) 328.42º 0.79% 0.75% -
XYZ 25.89 14.08 19.12 -
YUV 94.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 192 40 120 0 0.79 0.38 0.25 328.42 0.66 0.45
Hex C0 28 78 0 4F 26 19 148 42 2D
Octal 300 50 170 0 117 46 31 510 102 55
Binary 11000000 101000 1111000 0 1001111 100110 11001 101001000 1000010 101101

Color Harmonies of #C02878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02878

Black with #C02878

Text Example


Text Example

White with #C02878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02878; }

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

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

background-color css

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

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

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

border-color css

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

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

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