Html Css Color HEX #CD15DF Deep Magenta

📋 copy color: '#CD15DF'

red 205 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #CD15DF

Tints of Deep Magenta #CD15DF

RGB

 RED value IS 205 (80.47% from 255) = 45.66%

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

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

R = 45.66%
G = 4.68%
B = 49.67%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD15DF (or 0xCD15DF) is known color: Deep Magenta. HEX triplet: CD, 15 and DF. RGB value is (205,21,223). Sum of RGB (Red+Green+Blue) = 205+21+223=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD15DF is #32EA20. Grayscale: #626262. Windows color (decimal): -3336737 or 14620109. OLE color: 14620109.

HSL color Cylindrical-coordinate representation of color #CD15DF: hue angle of 294.65º 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 #CD15DF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 21 223 -
CMYK 0.08 0.91 0 0.13
HSL 294.65º 0.83% 0.48% -
HSV(B) 294.65º 0.91% 0.87% -
XYZ 38.76 18.84 71.41 -
YUV 99.04 197.96 203.57 -
System Red Green Blue C M Y K H S L
Decimal 205 21 223 0.08 0.91 0 0.13 294.65 0.83 0.48
Hex CD 15 DF 8 5B 0 D 127 53 30
Octal 315 25 337 10 133 0 15 447 123 60
Binary 11001101 10101 11011111 1000 1011011 0 1101 100100111 1010011 110000

Color Harmonies of #CD15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD15DF

Black with #CD15DF

Text Example


Text Example

White with #CD15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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