Html Css Color HEX #C02278 Medium Violet Red

📋 copy color: '#C02278'

red 192 ◦ green 34 ◦ blue 120

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

Shades of Medium Violet Red #C02278

Tints of Medium Violet Red #C02278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.83%

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

R = 55.49%
G = 9.83%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C02278 (or 0xC02278) is known color: Medium Violet Red. HEX triplet: C0, 22 and 78. RGB value is (192,34,120). Sum of RGB (Red+Green+Blue) = 192+34+120=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C02278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02278 is #3FDD87. Grayscale: #5A5A5A. Windows color (decimal): -4185480 or 7873216. OLE color: 7873216.

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

Color convert

RGB 192 34 120 -
CMYK 0 0.82 0.38 0.25
HSL 327.34º 0.7% 0.44% -
HSV(B) 327.34º 0.82% 0.75% -
XYZ 25.7 13.71 19.06 -
YUV 91.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 192 34 120 0 0.82 0.38 0.25 327.34 0.7 0.44
Hex C0 22 78 0 52 26 19 147 46 2C
Octal 300 42 170 0 122 46 31 507 106 54
Binary 11000000 100010 1111000 0 1010010 100110 11001 101000111 1000110 101100

Color Harmonies of #C02278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02278

Black with #C02278

Text Example


Text Example

White with #C02278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02278; }

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

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

background-color css

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

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

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

border-color css

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

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

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