Html Css Color HEX #CA01E4 Deep Magenta

📋 copy color: '#CA01E4'

red 202 ◦ green 1 ◦ blue 228

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

Shades of Deep Magenta #CA01E4

Tints of Deep Magenta #CA01E4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 228 (89.45% from 255) = 52.9%

R = 46.87%
G = 0.23%
B = 52.9%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA01E4 (or 0xCA01E4) is known color: Deep Magenta. HEX triplet: CA, 01 and E4. RGB value is (202,1,228). Sum of RGB (Red+Green+Blue) = 202+1+228=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA01E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01E4 is #35FE1B. Grayscale: #565656. Windows color (decimal): -3538460 or 14942666. OLE color: 14942666.

HSL color Cylindrical-coordinate representation of color #CA01E4: hue angle of 293.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01E4 is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 1 228 -
CMYK 0.11 1.00 0 0.11
HSL 293.13º 0.99% 0.45% -
HSV(B) 293.13º 1% 0.89% -
XYZ 38.37 18.18 74.89 -
YUV 86.98 207.59 210.04 -
System Red Green Blue C M Y K H S L
Decimal 202 1 228 0.11 1.00 0 0.11 293.13 0.99 0.45
Hex CA 1 E4 B 64 0 B 125 63 2D
Octal 312 1 344 13 144 0 13 445 143 55
Binary 11001010 1 11100100 1011 1100100 0 1011 100100101 1100011 101101

Color Harmonies of #CA01E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01E4

Black with #CA01E4

Text Example


Text Example

White with #CA01E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01E4; }

 p { color: rgb(202,1,228); }

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

background-color css

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

 a { background-color: rgb(202,1,228); }

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

border-color css

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

 span { border-color: rgb(202,1,228); }

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