Html Css Color HEX #CA24AA Medium Violet Red

📋 copy color: '#CA24AA'

red 202 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #CA24AA

Tints of Medium Violet Red #CA24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.82%

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 49.51%
G = 8.82%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA24AA (or 0xCA24AA) is known color: Medium Violet Red. HEX triplet: CA, 24 and AA. RGB value is (202,36,170). Sum of RGB (Red+Green+Blue) = 202+36+170=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA24AA is #35DB55. Grayscale: #646464. Windows color (decimal): -3529558 or 11150538. OLE color: 11150538.

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

Color convert

RGB 202 36 170 -
CMYK 0 0.82 0.16 0.21
HSL 311.57º 0.7% 0.47% -
HSV(B) 311.57º 0.82% 0.79% -
XYZ 32.24 16.72 39.56 -
YUV 100.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 202 36 170 0 0.82 0.16 0.21 311.57 0.7 0.47
Hex CA 24 AA 0 52 10 15 138 46 2F
Octal 312 44 252 0 122 20 25 470 106 57
Binary 11001010 100100 10101010 0 1010010 10000 10101 100111000 1000110 101111

Color Harmonies of #CA24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24AA

Black with #CA24AA

Text Example


Text Example

White with #CA24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24AA; }

 p { color: rgb(202,36,170); }

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

background-color css

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

 a { background-color: rgb(202,36,170); }

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

border-color css

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

 span { border-color: rgb(202,36,170); }

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