Html Css Color HEX #C02880 Medium Red Violet

📋 copy color: '#C02880'

red 192 ◦ green 40 ◦ blue 128

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

Shades of Medium Red Violet #C02880

Tints of Medium Red Violet #C02880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 53.33%
G = 11.11%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C02880 (or 0xC02880) is known color: Medium Red Violet. HEX triplet: C0, 28 and 80. RGB value is (192,40,128). Sum of RGB (Red+Green+Blue) = 192+40+128=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C02880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02880 is #3FD77F. Grayscale: #5F5F5F. Windows color (decimal): -4183936 or 8399040. OLE color: 8399040.

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

Color convert

RGB 192 40 128 -
CMYK 0 0.79 0.33 0.25
HSL 325.26º 0.66% 0.45% -
HSV(B) 325.26º 0.79% 0.75% -
XYZ 26.39 14.28 21.79 -
YUV 95.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 192 40 128 0 0.79 0.33 0.25 325.26 0.66 0.45
Hex C0 28 80 0 4F 21 19 145 42 2D
Octal 300 50 200 0 117 41 31 505 102 55
Binary 11000000 101000 10000000 0 1001111 100001 11001 101000101 1000010 101101

Color Harmonies of #C02880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02880

Black with #C02880

Text Example


Text Example

White with #C02880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02880; }

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

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

background-color css

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

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

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

border-color css

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

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

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