Html Css Color HEX #CA15DA Deep Magenta

📋 copy color: '#CA15DA'

red 202 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #CA15DA

Tints of Deep Magenta #CA15DA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.76%

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

R = 45.8%
G = 4.76%
B = 49.43%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA15DA (or 0xCA15DA) is known color: Deep Magenta. HEX triplet: CA, 15 and DA. RGB value is (202,21,218). Sum of RGB (Red+Green+Blue) = 202+21+218=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA15DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15DA is #35EA25. Grayscale: #606060. Windows color (decimal): -3533350 or 14292426. OLE color: 14292426.

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

Color convert

RGB 202 21 218 -
CMYK 0.07 0.90 0 0.15
HSL 295.13º 0.82% 0.47% -
HSV(B) 295.13º 0.9% 0.85% -
XYZ 37.28 18.15 67.87 -
YUV 97.58 195.97 202.48 -
System Red Green Blue C M Y K H S L
Decimal 202 21 218 0.07 0.90 0 0.15 295.13 0.82 0.47
Hex CA 15 DA 7 5A 0 F 127 52 2F
Octal 312 25 332 7 132 0 17 447 122 57
Binary 11001010 10101 11011010 111 1011010 0 1111 100100111 1010010 101111

Color Harmonies of #CA15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15DA

Black with #CA15DA

Text Example


Text Example

White with #CA15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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