Html Css Color HEX #CA0EDD Deep Magenta

📋 copy color: '#CA0EDD'

red 202 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #CA0EDD

Tints of Deep Magenta #CA0EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.2%

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

R = 46.22%
G = 3.2%
B = 50.57%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA0EDD (or 0xCA0EDD) is known color: Deep Magenta. HEX triplet: CA, 0E and DD. RGB value is (202,14,221). Sum of RGB (Red+Green+Blue) = 202+14+221=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0EDD is #35F122. Grayscale: #5D5D5D. Windows color (decimal): -3535139 or 14487242. OLE color: 14487242.

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

Color convert

RGB 202 14 221 -
CMYK 0.09 0.94 0 0.13
HSL 294.49º 0.88% 0.46% -
HSV(B) 294.49º 0.94% 0.87% -
XYZ 37.57 18.09 69.92 -
YUV 93.81 199.78 205.17 -
System Red Green Blue C M Y K H S L
Decimal 202 14 221 0.09 0.94 0 0.13 294.49 0.88 0.46
Hex CA E DD 9 5E 0 D 126 58 2E
Octal 312 16 335 11 136 0 15 446 130 56
Binary 11001010 1110 11011101 1001 1011110 0 1101 100100110 1011000 101110

Color Harmonies of #CA0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0EDD

Black with #CA0EDD

Text Example


Text Example

White with #CA0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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