Html Css Color HEX #CA28DD Deep Magenta

📋 copy color: '#CA28DD'

red 202 ◦ green 40 ◦ blue 221

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

Shades of Deep Magenta #CA28DD

Tints of Deep Magenta #CA28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.64%

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

R = 43.63%
G = 8.64%
B = 47.73%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA28DD (or 0xCA28DD) is known color: Deep Magenta. HEX triplet: CA, 28 and DD. RGB value is (202,40,221). Sum of RGB (Red+Green+Blue) = 202+40+221=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28DD is #35D722. Grayscale: #6C6C6C. Windows color (decimal): -3528483 or 14493898. OLE color: 14493898.

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

Color convert

RGB 202 40 221 -
CMYK 0.09 0.82 0 0.13
HSL 293.7º 0.73% 0.51% -
HSV(B) 293.7º 0.82% 0.87% -
XYZ 38.17 19.29 70.12 -
YUV 109.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 202 40 221 0.09 0.82 0 0.13 293.7 0.73 0.51
Hex CA 28 DD 9 52 0 D 126 49 33
Octal 312 50 335 11 122 0 15 446 111 63
Binary 11001010 101000 11011101 1001 1010010 0 1101 100100110 1001001 110011

Color Harmonies of #CA28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28DD

Black with #CA28DD

Text Example


Text Example

White with #CA28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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