Html Css Color HEX #CA15DF Deep Magenta

📋 copy color: '#CA15DF'

red 202 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #CA15DF

Tints of Deep Magenta #CA15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 45.29%
G = 4.71%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA15DF (or 0xCA15DF) is known color: Deep Magenta. HEX triplet: CA, 15 and DF. RGB value is (202,21,223). Sum of RGB (Red+Green+Blue) = 202+21+223=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15DF is #35EA20. Grayscale: #616161. Windows color (decimal): -3533345 or 14620106. OLE color: 14620106.

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

Color convert

RGB 202 21 223 -
CMYK 0.09 0.91 0 0.13
HSL 293.76º 0.83% 0.48% -
HSV(B) 293.76º 0.91% 0.87% -
XYZ 37.94 18.42 71.37 -
YUV 98.15 198.47 202.07 -
System Red Green Blue C M Y K H S L
Decimal 202 21 223 0.09 0.91 0 0.13 293.76 0.83 0.48
Hex CA 15 DF 9 5B 0 D 126 53 30
Octal 312 25 337 11 133 0 15 446 123 60
Binary 11001010 10101 11011111 1001 1011011 0 1101 100100110 1010011 110000

Color Harmonies of #CA15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15DF

Black with #CA15DF

Text Example


Text Example

White with #CA15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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