Html Css Color HEX #CA1FE6 Deep Magenta

📋 copy color: '#CA1FE6'

red 202 ◦ green 31 ◦ blue 230

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

Shades of Deep Magenta #CA1FE6

Tints of Deep Magenta #CA1FE6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.7%

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

R = 43.63%
G = 6.7%
B = 49.68%

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

#CA1FE6 (or 0xCA1FE6) is known color: Deep Magenta. HEX triplet: CA, 1F and E6. RGB value is (202,31,230). Sum of RGB (Red+Green+Blue) = 202+31+230=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA1FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1FE6 is #35E019. Grayscale: #686868. Windows color (decimal): -3530778 or 15081418. OLE color: 15081418.

HSL color Cylindrical-coordinate representation of color #CA1FE6: hue angle of 291.56º 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 #CA1FE6 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 31 230 -
CMYK 0.12 0.87 0 0.10
HSL 291.56º 0.8% 0.51% -
HSV(B) 291.56º 0.87% 0.9% -
XYZ 39.13 19.25 76.52 -
YUV 104.82 198.65 197.32 -
System Red Green Blue C M Y K H S L
Decimal 202 31 230 0.12 0.87 0 0.10 291.56 0.8 0.51
Hex CA 1F E6 C 57 0 A 124 50 33
Octal 312 37 346 14 127 0 12 444 120 63
Binary 11001010 11111 11100110 1100 1010111 0 1010 100100100 1010000 110011

Color Harmonies of #CA1FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1FE6

Black with #CA1FE6

Text Example


Text Example

White with #CA1FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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