Html Css Color HEX #C02A88 Medium Red Violet

📋 copy color: '#C02A88'

red 192 ◦ green 42 ◦ blue 136

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

Shades of Medium Red Violet #C02A88

Tints of Medium Red Violet #C02A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 51.89%
G = 11.35%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C02A88 (or 0xC02A88) is known color: Medium Red Violet. HEX triplet: C0, 2A and 88. RGB value is (192,42,136). Sum of RGB (Red+Green+Blue) = 192+42+136=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02A88 is #3FD577. Grayscale: #616161. Windows color (decimal): -4183416 or 8923840. OLE color: 8923840.

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

Color convert

RGB 192 42 136 -
CMYK 0 0.78 0.29 0.25
HSL 322.4º 0.64% 0.46% -
HSV(B) 322.4º 0.78% 0.75% -
XYZ 27.01 14.64 24.69 -
YUV 97.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 192 42 136 0 0.78 0.29 0.25 322.4 0.64 0.46
Hex C0 2A 88 0 4E 1D 19 142 40 2E
Octal 300 52 210 0 116 35 31 502 100 56
Binary 11000000 101010 10001000 0 1001110 11101 11001 101000010 1000000 101110

Color Harmonies of #C02A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A88

Black with #C02A88

Text Example


Text Example

White with #C02A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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