Html Css Color HEX #C02580 Medium Red Violet

📋 copy color: '#C02580'

red 192 ◦ green 37 ◦ blue 128

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

Shades of Medium Red Violet #C02580

Tints of Medium Red Violet #C02580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

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

R = 53.78%
G = 10.36%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C02580 (or 0xC02580) is known color: Medium Red Violet. HEX triplet: C0, 25 and 80. RGB value is (192,37,128). Sum of RGB (Red+Green+Blue) = 192+37+128=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C02580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02580 is #3FDA7F. Grayscale: #5D5D5D. Windows color (decimal): -4184704 or 8398272. OLE color: 8398272.

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

Color convert

RGB 192 37 128 -
CMYK 0 0.81 0.33 0.25
HSL 324.77º 0.68% 0.45% -
HSV(B) 324.77º 0.81% 0.75% -
XYZ 26.3 14.09 21.76 -
YUV 93.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 192 37 128 0 0.81 0.33 0.25 324.77 0.68 0.45
Hex C0 25 80 0 51 21 19 145 44 2D
Octal 300 45 200 0 121 41 31 505 104 55
Binary 11000000 100101 10000000 0 1010001 100001 11001 101000101 1000100 101101

Color Harmonies of #C02580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02580

Black with #C02580

Text Example


Text Example

White with #C02580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02580; }

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

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

background-color css

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

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

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

border-color css

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

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

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