Html Css Color HEX #CD13DF Deep Magenta

📋 copy color: '#CD13DF'

red 205 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #CD13DF

Tints of Deep Magenta #CD13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.25%

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

R = 45.86%
G = 4.25%
B = 49.89%

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

#CD13DF (or 0xCD13DF) is known color: Deep Magenta. HEX triplet: CD, 13 and DF. RGB value is (205,19,223). Sum of RGB (Red+Green+Blue) = 205+19+223=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD13DF is #32EC20. Grayscale: #616161. Windows color (decimal): -3337249 or 14619597. OLE color: 14619597.

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

Color convert

RGB 205 19 223 -
CMYK 0.08 0.91 0 0.13
HSL 294.71º 0.84% 0.47% -
HSV(B) 294.71º 0.91% 0.87% -
XYZ 38.73 18.77 71.39 -
YUV 97.87 198.62 204.41 -
System Red Green Blue C M Y K H S L
Decimal 205 19 223 0.08 0.91 0 0.13 294.71 0.84 0.47
Hex CD 13 DF 8 5B 0 D 127 54 2F
Octal 315 23 337 10 133 0 15 447 124 57
Binary 11001101 10011 11011111 1000 1011011 0 1101 100100111 1010100 101111

Color Harmonies of #CD13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD13DF

Black with #CD13DF

Text Example


Text Example

White with #CD13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD13DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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