Html Css Color HEX #C02478 Medium Red Violet

📋 copy color: '#C02478'

red 192 ◦ green 36 ◦ blue 120

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

Shades of Medium Red Violet #C02478

Tints of Medium Red Violet #C02478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

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

R = 55.17%
G = 10.34%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C02478 (or 0xC02478) is known color: Medium Red Violet. HEX triplet: C0, 24 and 78. RGB value is (192,36,120). Sum of RGB (Red+Green+Blue) = 192+36+120=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C02478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02478 is #3FDB87. Grayscale: #5C5C5C. Windows color (decimal): -4184968 or 7873728. OLE color: 7873728.

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

Color convert

RGB 192 36 120 -
CMYK 0 0.81 0.38 0.25
HSL 327.69º 0.68% 0.45% -
HSV(B) 327.69º 0.81% 0.75% -
XYZ 25.76 13.82 19.08 -
YUV 92.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 192 36 120 0 0.81 0.38 0.25 327.69 0.68 0.45
Hex C0 24 78 0 51 26 19 148 44 2D
Octal 300 44 170 0 121 46 31 510 104 55
Binary 11000000 100100 1111000 0 1010001 100110 11001 101001000 1000100 101101

Color Harmonies of #C02478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02478

Black with #C02478

Text Example


Text Example

White with #C02478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02478; }

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

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

background-color css

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

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

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

border-color css

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

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

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