Html Css Color HEX #C02779 Medium Red Violet

📋 copy color: '#C02779'

red 192 ◦ green 39 ◦ blue 121

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

Shades of Medium Red Violet #C02779

Tints of Medium Red Violet #C02779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.08%

 BLUE value IS 121 (47.66% from 255) = 34.38%

R = 54.55%
G = 11.08%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C02779 (or 0xC02779) is known color: Medium Red Violet. HEX triplet: C0, 27 and 79. RGB value is (192,39,121). Sum of RGB (Red+Green+Blue) = 192+39+121=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C02779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02779 is #3FD886. Grayscale: #5D5D5D. Windows color (decimal): -4184199 or 7940032. OLE color: 7940032.

HSL color Cylindrical-coordinate representation of color #C02779: hue angle of 327.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02779 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 121 -
CMYK 0 0.80 0.37 0.25
HSL 327.84º 0.66% 0.45% -
HSV(B) 327.84º 0.8% 0.75% -
XYZ 25.91 14.04 19.43 -
YUV 94.1 143.19 197.83 -
System Red Green Blue C M Y K H S L
Decimal 192 39 121 0 0.80 0.37 0.25 327.84 0.66 0.45
Hex C0 27 79 0 50 25 19 148 42 2D
Octal 300 47 171 0 120 45 31 510 102 55
Binary 11000000 100111 1111001 0 1010000 100101 11001 101001000 1000010 101101

Color Harmonies of #C02779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02779

Black with #C02779

Text Example


Text Example

White with #C02779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02779; }

 p { color: rgb(192,39,121); }

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

background-color css

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

 a { background-color: rgb(192,39,121); }

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

border-color css

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

 span { border-color: rgb(192,39,121); }

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