Html Css Color HEX #CA24E1 Deep Magenta

📋 copy color: '#CA24E1'

red 202 ◦ green 36 ◦ blue 225

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

Shades of Deep Magenta #CA24E1

Tints of Deep Magenta #CA24E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.6%

R = 43.63%
G = 7.78%
B = 48.6%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA24E1 (or 0xCA24E1) is known color: Deep Magenta. HEX triplet: CA, 24 and E1. RGB value is (202,36,225). Sum of RGB (Red+Green+Blue) = 202+36+225=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA24E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24E1 is #35DB1E. Grayscale: #6A6A6A. Windows color (decimal): -3529503 or 14755018. OLE color: 14755018.

HSL color Cylindrical-coordinate representation of color #CA24E1: hue angle of 292.7º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA24E1 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 36 225 -
CMYK 0.10 0.84 0 0.12
HSL 292.7º 0.76% 0.51% -
HSV(B) 292.7º 0.84% 0.88% -
XYZ 38.58 19.25 72.92 -
YUV 107.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 202 36 225 0.10 0.84 0 0.12 292.7 0.76 0.51
Hex CA 24 E1 A 54 0 C 125 4C 33
Octal 312 44 341 12 124 0 14 445 114 63
Binary 11001010 100100 11100001 1010 1010100 0 1100 100100101 1001100 110011

Color Harmonies of #CA24E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24E1

Black with #CA24E1

Text Example


Text Example

White with #CA24E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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