Html Css Color HEX #CA2980 Medium Red Violet

📋 copy color: '#CA2980'

red 202 ◦ green 41 ◦ blue 128

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

Shades of Medium Red Violet #CA2980

Tints of Medium Red Violet #CA2980

RGB

 RED value IS 202 (79.3% from 255) = 54.45%

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 54.45%
G = 11.05%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA2980 (or 0xCA2980) is known color: Medium Red Violet. HEX triplet: CA, 29 and 80. RGB value is (202,41,128). Sum of RGB (Red+Green+Blue) = 202+41+128=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2980 is #35D67F. Grayscale: #626262. Windows color (decimal): -3528320 or 8399306. OLE color: 8399306.

HSL color Cylindrical-coordinate representation of color #CA2980: hue angle of 327.58º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2980 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 128 -
CMYK 0 0.80 0.37 0.21
HSL 327.58º 0.66% 0.48% -
HSV(B) 327.58º 0.8% 0.79% -
XYZ 29.05 15.7 21.92 -
YUV 99.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 202 41 128 0 0.80 0.37 0.21 327.58 0.66 0.48
Hex CA 29 80 0 50 25 15 148 42 30
Octal 312 51 200 0 120 45 25 510 102 60
Binary 11001010 101001 10000000 0 1010000 100101 10101 101001000 1000010 110000

Color Harmonies of #CA2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2980

Black with #CA2980

Text Example


Text Example

White with #CA2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2980; }

 p { color: rgb(202,41,128); }

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

background-color css

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

 a { background-color: rgb(202,41,128); }

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

border-color css

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

 span { border-color: rgb(202,41,128); }

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