Html Css Color HEX #C02277 Medium Violet Red

📋 copy color: '#C02277'

red 192 ◦ green 34 ◦ blue 119

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

Shades of Medium Violet Red #C02277

Tints of Medium Violet Red #C02277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 55.65%
G = 9.86%
B = 34.49%

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

#C02277 (or 0xC02277) is known color: Medium Violet Red. HEX triplet: C0, 22 and 77. RGB value is (192,34,119). Sum of RGB (Red+Green+Blue) = 192+34+119=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C02277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02277 is #3FDD88. Grayscale: #5A5A5A. Windows color (decimal): -4185481 or 7807680. OLE color: 7807680.

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

Color convert

RGB 192 34 119 -
CMYK 0 0.82 0.38 0.25
HSL 327.72º 0.7% 0.44% -
HSV(B) 327.72º 0.82% 0.75% -
XYZ 25.64 13.68 18.74 -
YUV 90.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 192 34 119 0 0.82 0.38 0.25 327.72 0.7 0.44
Hex C0 22 77 0 52 26 19 148 46 2C
Octal 300 42 167 0 122 46 31 510 106 54
Binary 11000000 100010 1110111 0 1010010 100110 11001 101001000 1000110 101100

Color Harmonies of #C02277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02277

Black with #C02277

Text Example


Text Example

White with #C02277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02277; }

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

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

background-color css

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

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

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

border-color css

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

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

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