Html Css Color HEX #CA1DE1 Deep Magenta

📋 copy color: '#CA1DE1'

red 202 ◦ green 29 ◦ blue 225

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

Shades of Deep Magenta #CA1DE1

Tints of Deep Magenta #CA1DE1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.36%

 BLUE value IS 225 (88.28% from 255) = 49.34%

R = 44.3%
G = 6.36%
B = 49.34%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA1DE1 (or 0xCA1DE1) is known color: Deep Magenta. HEX triplet: CA, 1D and E1. RGB value is (202,29,225). Sum of RGB (Red+Green+Blue) = 202+29+225=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA1DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DE1 is #35E21E. Grayscale: #666666. Windows color (decimal): -3531295 or 14753226. OLE color: 14753226.

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

Color convert

RGB 202 29 225 -
CMYK 0.10 0.87 0 0.12
HSL 292.96º 0.77% 0.5% -
HSV(B) 292.96º 0.87% 0.88% -
XYZ 38.39 18.87 72.85 -
YUV 103.07 196.81 198.56 -
System Red Green Blue C M Y K H S L
Decimal 202 29 225 0.10 0.87 0 0.12 292.96 0.77 0.5
Hex CA 1D E1 A 57 0 C 125 4D 32
Octal 312 35 341 12 127 0 14 445 115 62
Binary 11001010 11101 11100001 1010 1010111 0 1100 100100101 1001101 110010

Color Harmonies of #CA1DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DE1

Black with #CA1DE1

Text Example


Text Example

White with #CA1DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DE1; }

 p { color: rgb(202,29,225); }

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

background-color css

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

 a { background-color: rgb(202,29,225); }

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

border-color css

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

 span { border-color: rgb(202,29,225); }

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