Html Css Color HEX #C02D77 Medium Red Violet

📋 copy color: '#C02D77'

red 192 ◦ green 45 ◦ blue 119

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

Shades of Medium Red Violet #C02D77

Tints of Medium Red Violet #C02D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.64%

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

R = 53.93%
G = 12.64%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C02D77 (or 0xC02D77) is known color: Medium Red Violet. HEX triplet: C0, 2D and 77. RGB value is (192,45,119). Sum of RGB (Red+Green+Blue) = 192+45+119=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D77 is #3FD288. Grayscale: #616161. Windows color (decimal): -4182665 or 7810496. OLE color: 7810496.

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

Color convert

RGB 192 45 119 -
CMYK 0 0.77 0.38 0.25
HSL 329.8º 0.62% 0.46% -
HSV(B) 329.8º 0.77% 0.75% -
XYZ 26.01 14.42 18.86 -
YUV 97.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 192 45 119 0 0.77 0.38 0.25 329.8 0.62 0.46
Hex C0 2D 77 0 4D 26 19 14A 3E 2E
Octal 300 55 167 0 115 46 31 512 76 56
Binary 11000000 101101 1110111 0 1001101 100110 11001 101001010 111110 101110

Color Harmonies of #C02D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D77

Black with #C02D77

Text Example


Text Example

White with #C02D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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