Html Css Color HEX #CA17DA Deep Magenta

📋 copy color: '#CA17DA'

red 202 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #CA17DA

Tints of Deep Magenta #CA17DA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.19%

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 45.6%
G = 5.19%
B = 49.21%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA17DA (or 0xCA17DA) is known color: Deep Magenta. HEX triplet: CA, 17 and DA. RGB value is (202,23,218). Sum of RGB (Red+Green+Blue) = 202+23+218=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17DA is #35E825. Grayscale: #626262. Windows color (decimal): -3532838 or 14292938. OLE color: 14292938.

HSL color Cylindrical-coordinate representation of color #CA17DA: hue angle of 295.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA17DA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 23 218 -
CMYK 0.07 0.89 0 0.15
HSL 295.08º 0.81% 0.47% -
HSV(B) 295.08º 0.89% 0.85% -
XYZ 37.32 18.23 67.88 -
YUV 98.75 195.3 201.64 -
System Red Green Blue C M Y K H S L
Decimal 202 23 218 0.07 0.89 0 0.15 295.08 0.81 0.47
Hex CA 17 DA 7 59 0 F 127 51 2F
Octal 312 27 332 7 131 0 17 447 121 57
Binary 11001010 10111 11011010 111 1011001 0 1111 100100111 1010001 101111

Color Harmonies of #CA17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA17DA

Black with #CA17DA

Text Example


Text Example

White with #CA17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA17DA; }

 p { color: rgb(202,23,218); }

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

background-color css

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

 a { background-color: rgb(202,23,218); }

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

border-color css

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

 span { border-color: rgb(202,23,218); }

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