Html Css Color HEX #C02379 Medium Violet Red

📋 copy color: '#C02379'

red 192 ◦ green 35 ◦ blue 121

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

Shades of Medium Violet Red #C02379

Tints of Medium Violet Red #C02379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 55.17%
G = 10.06%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C02379 (or 0xC02379) is known color: Medium Violet Red. HEX triplet: C0, 23 and 79. RGB value is (192,35,121). Sum of RGB (Red+Green+Blue) = 192+35+121=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C02379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02379 is #3FDC86. Grayscale: #5B5B5B. Windows color (decimal): -4185223 or 7939008. OLE color: 7939008.

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

Color convert

RGB 192 35 121 -
CMYK 0 0.82 0.37 0.25
HSL 327.13º 0.69% 0.45% -
HSV(B) 327.13º 0.82% 0.75% -
XYZ 25.79 13.79 19.39 -
YUV 91.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 192 35 121 0 0.82 0.37 0.25 327.13 0.69 0.45
Hex C0 23 79 0 52 25 19 147 45 2D
Octal 300 43 171 0 122 45 31 507 105 55
Binary 11000000 100011 1111001 0 1010010 100101 11001 101000111 1000101 101101

Color Harmonies of #C02379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02379

Black with #C02379

Text Example


Text Example

White with #C02379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02379; }

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

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

background-color css

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

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

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

border-color css

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

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

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