Html Css Color HEX #C02780 Medium Red Violet

📋 copy color: '#C02780'

red 192 ◦ green 39 ◦ blue 128

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

Shades of Medium Red Violet #C02780

Tints of Medium Red Violet #C02780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.86%

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

R = 53.48%
G = 10.86%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C02780 (or 0xC02780) is known color: Medium Red Violet. HEX triplet: C0, 27 and 80. RGB value is (192,39,128). Sum of RGB (Red+Green+Blue) = 192+39+128=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C02780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02780 is #3FD87F. Grayscale: #5E5E5E. Windows color (decimal): -4184192 or 8398784. OLE color: 8398784.

HSL color Cylindrical-coordinate representation of color #C02780: hue angle of 325.1º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02780 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 128 -
CMYK 0 0.80 0.33 0.25
HSL 325.1º 0.66% 0.45% -
HSV(B) 325.1º 0.8% 0.75% -
XYZ 26.36 14.22 21.78 -
YUV 94.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 192 39 128 0 0.80 0.33 0.25 325.1 0.66 0.45
Hex C0 27 80 0 50 21 19 145 42 2D
Octal 300 47 200 0 120 41 31 505 102 55
Binary 11000000 100111 10000000 0 1010000 100001 11001 101000101 1000010 101101

Color Harmonies of #C02780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02780

Black with #C02780

Text Example


Text Example

White with #C02780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02780; }

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

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

background-color css

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

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

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

border-color css

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

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

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