Html Css Color HEX #C02977 Medium Red Violet

📋 copy color: '#C02977'

red 192 ◦ green 41 ◦ blue 119

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

Shades of Medium Red Violet #C02977

Tints of Medium Red Violet #C02977

RGB

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

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

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

R = 54.55%
G = 11.65%
B = 33.81%

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

#C02977 (or 0xC02977) is known color: Medium Red Violet. HEX triplet: C0, 29 and 77. RGB value is (192,41,119). Sum of RGB (Red+Green+Blue) = 192+41+119=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C02977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02977 is #3FD688. Grayscale: #5E5E5E. Windows color (decimal): -4183689 or 7809472. OLE color: 7809472.

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

Color convert

RGB 192 41 119 -
CMYK 0 0.79 0.38 0.25
HSL 329.01º 0.65% 0.46% -
HSV(B) 329.01º 0.79% 0.75% -
XYZ 25.86 14.12 18.82 -
YUV 95.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 192 41 119 0 0.79 0.38 0.25 329.01 0.65 0.46
Hex C0 29 77 0 4F 26 19 149 41 2E
Octal 300 51 167 0 117 46 31 511 101 56
Binary 11000000 101001 1110111 0 1001111 100110 11001 101001001 1000001 101110

Color Harmonies of #C02977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02977

Black with #C02977

Text Example


Text Example

White with #C02977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02977; }

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

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

background-color css

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

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

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

border-color css

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

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

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