Html Css Color HEX #CA2180 Medium Violet Red

📋 copy color: '#CA2180'

red 202 ◦ green 33 ◦ blue 128

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

Shades of Medium Violet Red #CA2180

Tints of Medium Violet Red #CA2180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

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

R = 55.65%
G = 9.09%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA2180 (or 0xCA2180) is known color: Medium Violet Red. HEX triplet: CA, 21 and 80. RGB value is (202,33,128). Sum of RGB (Red+Green+Blue) = 202+33+128=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2180 is #35DE7F. Grayscale: #5E5E5E. Windows color (decimal): -3530368 or 8397258. OLE color: 8397258.

HSL color Cylindrical-coordinate representation of color #CA2180: hue angle of 326.27º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2180 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 128 -
CMYK 0 0.84 0.37 0.21
HSL 326.27º 0.72% 0.46% -
HSV(B) 326.27º 0.84% 0.79% -
XYZ 28.8 15.2 21.84 -
YUV 94.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 202 33 128 0 0.84 0.37 0.21 326.27 0.72 0.46
Hex CA 21 80 0 54 25 15 146 48 2E
Octal 312 41 200 0 124 45 25 506 110 56
Binary 11001010 100001 10000000 0 1010100 100101 10101 101000110 1001000 101110

Color Harmonies of #CA2180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2180

Black with #CA2180

Text Example


Text Example

White with #CA2180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2180; }

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

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

background-color css

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

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

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

border-color css

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

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

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