Html Css Color HEX #CA24BD Deep Magenta

📋 copy color: '#CA24BD'

red 202 ◦ green 36 ◦ blue 189

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

Shades of Deep Magenta #CA24BD

Tints of Deep Magenta #CA24BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 47.31%
G = 8.43%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA24BD (or 0xCA24BD) is known color: Deep Magenta. HEX triplet: CA, 24 and BD. RGB value is (202,36,189). Sum of RGB (Red+Green+Blue) = 202+36+189=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24BD is #35DB42. Grayscale: #666666. Windows color (decimal): -3529539 or 12395722. OLE color: 12395722.

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

Color convert

RGB 202 36 189 -
CMYK 0 0.82 0.06 0.21
HSL 304.7º 0.7% 0.47% -
HSV(B) 304.7º 0.82% 0.79% -
XYZ 34.17 17.49 49.72 -
YUV 103.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 202 36 189 0 0.82 0.06 0.21 304.7 0.7 0.47
Hex CA 24 BD 0 52 6 15 131 46 2F
Octal 312 44 275 0 122 6 25 461 106 57
Binary 11001010 100100 10111101 0 1010010 110 10101 100110001 1000110 101111

Color Harmonies of #CA24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24BD

Black with #CA24BD

Text Example


Text Example

White with #CA24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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