Html Css Color HEX #C02873 Medium Red Violet

📋 copy color: '#C02873'

red 192 ◦ green 40 ◦ blue 115

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

Shades of Medium Red Violet #C02873

Tints of Medium Red Violet #C02873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 55.33%
G = 11.53%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02873 (or 0xC02873) is known color: Medium Red Violet. HEX triplet: C0, 28 and 73. RGB value is (192,40,115). Sum of RGB (Red+Green+Blue) = 192+40+115=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C02873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02873 is #3FD78C. Grayscale: #5D5D5D. Windows color (decimal): -4183949 or 7547072. OLE color: 7547072.

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

Color convert

RGB 192 40 115 -
CMYK 0 0.79 0.40 0.25
HSL 330.39º 0.66% 0.45% -
HSV(B) 330.39º 0.79% 0.75% -
XYZ 25.59 13.96 17.57 -
YUV 94 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 192 40 115 0 0.79 0.40 0.25 330.39 0.66 0.45
Hex C0 28 73 0 4F 28 19 14A 42 2D
Octal 300 50 163 0 117 50 31 512 102 55
Binary 11000000 101000 1110011 0 1001111 101000 11001 101001010 1000010 101101

Color Harmonies of #C02873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02873

Black with #C02873

Text Example


Text Example

White with #C02873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02873; }

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

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

background-color css

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

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

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

border-color css

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

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

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