Html Css Color HEX #CA11CC Deep Magenta

📋 copy color: '#CA11CC'

red 202 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #CA11CC

Tints of Deep Magenta #CA11CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.02%

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 47.75%
G = 4.02%
B = 48.23%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA11CC (or 0xCA11CC) is known color: Deep Magenta. HEX triplet: CA, 11 and CC. RGB value is (202,17,204). Sum of RGB (Red+Green+Blue) = 202+17+204=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11CC is #35EE33. Grayscale: #5D5D5D. Windows color (decimal): -3534388 or 13373898. OLE color: 13373898.

HSL color Cylindrical-coordinate representation of color #CA11CC: hue angle of 299.36º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11CC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 17 204 -
CMYK 0.01 0.92 0 0.2
HSL 299.36º 0.85% 0.43% -
HSV(B) 299.36º 0.92% 0.8% -
XYZ 35.46 17.32 58.6 -
YUV 93.63 190.29 205.29 -
System Red Green Blue C M Y K H S L
Decimal 202 17 204 0.01 0.92 0 0.2 299.36 0.85 0.43
Hex CA 11 CC 1 5C 0 14 12B 55 2B
Octal 312 21 314 1 134 0 24 453 125 53
Binary 11001010 10001 11001100 1 1011100 0 10100 100101011 1010101 101011

Color Harmonies of #CA11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA11CC

Black with #CA11CC

Text Example


Text Example

White with #CA11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA11CC; }

 p { color: rgb(202,17,204); }

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

background-color css

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

 a { background-color: rgb(202,17,204); }

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

border-color css

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

 span { border-color: rgb(202,17,204); }

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