Html Css Color HEX #CA15D5 Deep Magenta

📋 copy color: '#CA15D5'

red 202 ◦ green 21 ◦ blue 213

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

Shades of Deep Magenta #CA15D5

Tints of Deep Magenta #CA15D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 46.33%
G = 4.82%
B = 48.85%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA15D5 (or 0xCA15D5) is known color: Deep Magenta. HEX triplet: CA, 15 and D5. RGB value is (202,21,213). Sum of RGB (Red+Green+Blue) = 202+21+213=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA15D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15D5 is #35EA2A. Grayscale: #606060. Windows color (decimal): -3533355 or 13964746. OLE color: 13964746.

HSL color Cylindrical-coordinate representation of color #CA15D5: hue angle of 296.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15D5 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 21 213 -
CMYK 0.05 0.90 0 0.16
HSL 296.56º 0.82% 0.46% -
HSV(B) 296.56º 0.9% 0.84% -
XYZ 36.64 17.9 64.47 -
YUV 97.01 193.47 202.89 -
System Red Green Blue C M Y K H S L
Decimal 202 21 213 0.05 0.90 0 0.16 296.56 0.82 0.46
Hex CA 15 D5 5 5A 0 10 129 52 2E
Octal 312 25 325 5 132 0 20 451 122 56
Binary 11001010 10101 11010101 101 1011010 0 10000 100101001 1010010 101110

Color Harmonies of #CA15D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15D5

Black with #CA15D5

Text Example


Text Example

White with #CA15D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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