Html Css Color HEX #CA1EE4 Deep Magenta

📋 copy color: '#CA1EE4'

red 202 ◦ green 30 ◦ blue 228

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

Shades of Deep Magenta #CA1EE4

Tints of Deep Magenta #CA1EE4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.52%

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

R = 43.91%
G = 6.52%
B = 49.57%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA1EE4 (or 0xCA1EE4) is known color: Deep Magenta. HEX triplet: CA, 1E and E4. RGB value is (202,30,228). Sum of RGB (Red+Green+Blue) = 202+30+228=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA1EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EE4 is #35E11B. Grayscale: #676767. Windows color (decimal): -3531036 or 14950090. OLE color: 14950090.

HSL color Cylindrical-coordinate representation of color #CA1EE4: hue angle of 292.12º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1EE4 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 30 228 -
CMYK 0.11 0.87 0 0.11
HSL 292.12º 0.79% 0.51% -
HSV(B) 292.12º 0.87% 0.89% -
XYZ 38.82 19.09 75.04 -
YUV 104 197.98 197.9 -
System Red Green Blue C M Y K H S L
Decimal 202 30 228 0.11 0.87 0 0.11 292.12 0.79 0.51
Hex CA 1E E4 B 57 0 B 124 4F 33
Octal 312 36 344 13 127 0 13 444 117 63
Binary 11001010 11110 11100100 1011 1010111 0 1011 100100100 1001111 110011

Color Harmonies of #CA1EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EE4

Black with #CA1EE4

Text Example


Text Example

White with #CA1EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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