Html Css Color HEX #CA10DD Deep Magenta

📋 copy color: '#CA10DD'

red 202 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #CA10DD

Tints of Deep Magenta #CA10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.64%

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 46.01%
G = 3.64%
B = 50.34%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA10DD (or 0xCA10DD) is known color: Deep Magenta. HEX triplet: CA, 10 and DD. RGB value is (202,16,221). Sum of RGB (Red+Green+Blue) = 202+16+221=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10DD is #35EF22. Grayscale: #5E5E5E. Windows color (decimal): -3534627 or 14487754. OLE color: 14487754.

HSL color Cylindrical-coordinate representation of color #CA10DD: hue angle of 294.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10DD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 16 221 -
CMYK 0.09 0.93 0 0.13
HSL 294.44º 0.86% 0.46% -
HSV(B) 294.44º 0.93% 0.87% -
XYZ 37.59 18.15 69.93 -
YUV 94.98 199.12 204.33 -
System Red Green Blue C M Y K H S L
Decimal 202 16 221 0.09 0.93 0 0.13 294.44 0.86 0.46
Hex CA 10 DD 9 5D 0 D 126 56 2E
Octal 312 20 335 11 135 0 15 446 126 56
Binary 11001010 10000 11011101 1001 1011101 0 1101 100100110 1010110 101110

Color Harmonies of #CA10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA10DD

Black with #CA10DD

Text Example


Text Example

White with #CA10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA10DD; }

 p { color: rgb(202,16,221); }

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

background-color css

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

 a { background-color: rgb(202,16,221); }

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

border-color css

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

 span { border-color: rgb(202,16,221); }

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