Html Css Color HEX #C02978 Medium Red Violet

📋 copy color: '#C02978'

red 192 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #C02978

Tints of Medium Red Violet #C02978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.61%

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

R = 54.39%
G = 11.61%
B = 33.99%

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

#C02978 (or 0xC02978) is known color: Medium Red Violet. HEX triplet: C0, 29 and 78. RGB value is (192,41,120). Sum of RGB (Red+Green+Blue) = 192+41+120=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C02978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02978 is #3FD687. Grayscale: #5E5E5E. Windows color (decimal): -4183688 or 7875008. OLE color: 7875008.

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

Color convert

RGB 192 41 120 -
CMYK 0 0.79 0.38 0.25
HSL 328.61º 0.65% 0.46% -
HSV(B) 328.61º 0.79% 0.75% -
XYZ 25.92 14.15 19.13 -
YUV 95.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 192 41 120 0 0.79 0.38 0.25 328.61 0.65 0.46
Hex C0 29 78 0 4F 26 19 149 41 2E
Octal 300 51 170 0 117 46 31 511 101 56
Binary 11000000 101001 1111000 0 1001111 100110 11001 101001001 1000001 101110

Color Harmonies of #C02978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02978

Black with #C02978

Text Example


Text Example

White with #C02978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02978; }

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

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

background-color css

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

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

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

border-color css

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

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

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