Html Css Color HEX #C02A73 Medium Red Violet

📋 copy color: '#C02A73'

red 192 ◦ green 42 ◦ blue 115

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

Shades of Medium Red Violet #C02A73

Tints of Medium Red Violet #C02A73

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.03%

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

R = 55.01%
G = 12.03%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02A73 (or 0xC02A73) is known color: Medium Red Violet. HEX triplet: C0, 2A and 73. RGB value is (192,42,115). Sum of RGB (Red+Green+Blue) = 192+42+115=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A73 is #3FD58C. Grayscale: #5F5F5F. Windows color (decimal): -4183437 or 7547584. OLE color: 7547584.

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

Color convert

RGB 192 42 115 -
CMYK 0 0.78 0.40 0.25
HSL 330.8º 0.64% 0.46% -
HSV(B) 330.8º 0.78% 0.75% -
XYZ 25.66 14.1 17.59 -
YUV 95.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 192 42 115 0 0.78 0.40 0.25 330.8 0.64 0.46
Hex C0 2A 73 0 4E 28 19 14B 40 2E
Octal 300 52 163 0 116 50 31 513 100 56
Binary 11000000 101010 1110011 0 1001110 101000 11001 101001011 1000000 101110

Color Harmonies of #C02A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A73

Black with #C02A73

Text Example


Text Example

White with #C02A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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