Html Css Color HEX #C02879 Medium Red Violet

📋 copy color: '#C02879'

red 192 ◦ green 40 ◦ blue 121

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

Shades of Medium Red Violet #C02879

Tints of Medium Red Violet #C02879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.33%

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

R = 54.39%
G = 11.33%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C02879 (or 0xC02879) is known color: Medium Red Violet. HEX triplet: C0, 28 and 79. RGB value is (192,40,121). Sum of RGB (Red+Green+Blue) = 192+40+121=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C02879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02879 is #3FD786. Grayscale: #5E5E5E. Windows color (decimal): -4183943 or 7940288. OLE color: 7940288.

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

Color convert

RGB 192 40 121 -
CMYK 0 0.79 0.37 0.25
HSL 328.03º 0.66% 0.45% -
HSV(B) 328.03º 0.79% 0.75% -
XYZ 25.95 14.1 19.44 -
YUV 94.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 192 40 121 0 0.79 0.37 0.25 328.03 0.66 0.45
Hex C0 28 79 0 4F 25 19 148 42 2D
Octal 300 50 171 0 117 45 31 510 102 55
Binary 11000000 101000 1111001 0 1001111 100101 11001 101001000 1000010 101101

Color Harmonies of #C02879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02879

Black with #C02879

Text Example


Text Example

White with #C02879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02879; }

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

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

background-color css

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

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

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

border-color css

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

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

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