Html Css Color HEX #CA24A1 Medium Violet Red

📋 copy color: '#CA24A1'

red 202 ◦ green 36 ◦ blue 161

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

Shades of Medium Violet Red #CA24A1

Tints of Medium Violet Red #CA24A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 50.63%
G = 9.02%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA24A1 (or 0xCA24A1) is known color: Medium Violet Red. HEX triplet: CA, 24 and A1. RGB value is (202,36,161). Sum of RGB (Red+Green+Blue) = 202+36+161=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA24A1 is #35DB5E. Grayscale: #636363. Windows color (decimal): -3529567 or 10560714. OLE color: 10560714.

HSL color Cylindrical-coordinate representation of color #CA24A1: hue angle of 314.82º 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 #CA24A1 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 161 -
CMYK 0 0.82 0.20 0.21
HSL 314.82º 0.7% 0.47% -
HSV(B) 314.82º 0.82% 0.79% -
XYZ 31.42 16.39 35.23 -
YUV 99.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 202 36 161 0 0.82 0.20 0.21 314.82 0.7 0.47
Hex CA 24 A1 0 52 14 15 13B 46 2F
Octal 312 44 241 0 122 24 25 473 106 57
Binary 11001010 100100 10100001 0 1010010 10100 10101 100111011 1000110 101111

Color Harmonies of #CA24A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24A1

Black with #CA24A1

Text Example


Text Example

White with #CA24A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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