Html Css Color HEX #CA12E5 Deep Magenta

📋 copy color: '#CA12E5'

red 202 ◦ green 18 ◦ blue 229

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

Shades of Deep Magenta #CA12E5

Tints of Deep Magenta #CA12E5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.01%

 BLUE value IS 229 (89.84% from 255) = 51%

R = 44.99%
G = 4.01%
B = 51%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA12E5 (or 0xCA12E5) is known color: Deep Magenta. HEX triplet: CA, 12 and E5. RGB value is (202,18,229). Sum of RGB (Red+Green+Blue) = 202+18+229=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA12E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12E5 is #35ED1A. Grayscale: #606060. Windows color (decimal): -3534107 or 15012554. OLE color: 15012554.

HSL color Cylindrical-coordinate representation of color #CA12E5: hue angle of 292.32º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA12E5 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 18 229 -
CMYK 0.12 0.92 0 0.10
HSL 292.32º 0.85% 0.48% -
HSV(B) 292.32º 0.92% 0.9% -
XYZ 38.72 18.65 75.69 -
YUV 97.07 202.46 202.84 -
System Red Green Blue C M Y K H S L
Decimal 202 18 229 0.12 0.92 0 0.10 292.32 0.85 0.48
Hex CA 12 E5 C 5C 0 A 124 55 30
Octal 312 22 345 14 134 0 12 444 125 60
Binary 11001010 10010 11100101 1100 1011100 0 1010 100100100 1010101 110000

Color Harmonies of #CA12E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12E5

Black with #CA12E5

Text Example


Text Example

White with #CA12E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12E5; }

 p { color: rgb(202,18,229); }

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

background-color css

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

 a { background-color: rgb(202,18,229); }

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

border-color css

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

 span { border-color: rgb(202,18,229); }

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