Html Css Color HEX #CA1EE6 Deep Magenta

📋 copy color: '#CA1EE6'

red 202 ◦ green 30 ◦ blue 230

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

Shades of Deep Magenta #CA1EE6

Tints of Deep Magenta #CA1EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.78%

R = 43.72%
G = 6.49%
B = 49.78%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA1EE6 (or 0xCA1EE6) is known color: Deep Magenta. HEX triplet: CA, 1E and E6. RGB value is (202,30,230). Sum of RGB (Red+Green+Blue) = 202+30+230=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA1EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1EE6 is #35E119. Grayscale: #676767. Windows color (decimal): -3531034 or 15081162. OLE color: 15081162.

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

Color convert

RGB 202 30 230 -
CMYK 0.12 0.87 0 0.10
HSL 291.6º 0.8% 0.51% -
HSV(B) 291.6º 0.87% 0.9% -
XYZ 39.1 19.2 76.51 -
YUV 104.23 198.98 197.74 -
System Red Green Blue C M Y K H S L
Decimal 202 30 230 0.12 0.87 0 0.10 291.6 0.8 0.51
Hex CA 1E E6 C 57 0 A 124 50 33
Octal 312 36 346 14 127 0 12 444 120 63
Binary 11001010 11110 11100110 1100 1010111 0 1010 100100100 1010000 110011

Color Harmonies of #CA1EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EE6

Black with #CA1EE6

Text Example


Text Example

White with #CA1EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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