Html Css Color HEX #CA06DD Deep Magenta

📋 copy color: '#CA06DD'

red 202 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #CA06DD

Tints of Deep Magenta #CA06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.4%

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

R = 47.09%
G = 1.4%
B = 51.52%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA06DD (or 0xCA06DD) is known color: Deep Magenta. HEX triplet: CA, 06 and DD. RGB value is (202,6,221). Sum of RGB (Red+Green+Blue) = 202+6+221=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA06DD is #35F922. Grayscale: #585858. Windows color (decimal): -3537187 or 14485194. OLE color: 14485194.

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

Color convert

RGB 202 6 221 -
CMYK 0.09 0.97 0 0.13
HSL 294.7º 0.95% 0.45% -
HSV(B) 294.7º 0.97% 0.87% -
XYZ 37.47 17.91 69.89 -
YUV 89.11 202.43 208.52 -
System Red Green Blue C M Y K H S L
Decimal 202 6 221 0.09 0.97 0 0.13 294.7 0.95 0.45
Hex CA 6 DD 9 61 0 D 127 5F 2D
Octal 312 6 335 11 141 0 15 447 137 55
Binary 11001010 110 11011101 1001 1100001 0 1101 100100111 1011111 101101

Color Harmonies of #CA06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06DD

Black with #CA06DD

Text Example


Text Example

White with #CA06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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