Html Css Color HEX #CA22A9 Medium Violet Red

📋 copy color: '#CA22A9'

red 202 ◦ green 34 ◦ blue 169

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

Shades of Medium Violet Red #CA22A9

Tints of Medium Violet Red #CA22A9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.4%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 49.88%
G = 8.4%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA22A9 (or 0xCA22A9) is known color: Medium Violet Red. HEX triplet: CA, 22 and A9. RGB value is (202,34,169). Sum of RGB (Red+Green+Blue) = 202+34+169=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA22A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA22A9 is #35DD56. Grayscale: #636363. Windows color (decimal): -3530071 or 11084490. OLE color: 11084490.

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

Color convert

RGB 202 34 169 -
CMYK 0 0.83 0.16 0.21
HSL 311.79º 0.71% 0.46% -
HSV(B) 311.79º 0.83% 0.79% -
XYZ 32.09 16.57 39.04 -
YUV 99.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 202 34 169 0 0.83 0.16 0.21 311.79 0.71 0.46
Hex CA 22 A9 0 53 10 15 138 47 2E
Octal 312 42 251 0 123 20 25 470 107 56
Binary 11001010 100010 10101001 0 1010011 10000 10101 100111000 1000111 101110

Color Harmonies of #CA22A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA22A9

Black with #CA22A9

Text Example


Text Example

White with #CA22A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA22A9; }

 p { color: rgb(202,34,169); }

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

background-color css

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

 a { background-color: rgb(202,34,169); }

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

border-color css

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

 span { border-color: rgb(202,34,169); }

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