Html Css Color HEX #CD10D5 Deep Magenta

📋 copy color: '#CD10D5'

red 205 ◦ green 16 ◦ blue 213

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

Shades of Deep Magenta #CD10D5

Tints of Deep Magenta #CD10D5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.69%

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

R = 47.24%
G = 3.69%
B = 49.08%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD10D5 (or 0xCD10D5) is known color: Deep Magenta. HEX triplet: CD, 10 and D5. RGB value is (205,16,213). Sum of RGB (Red+Green+Blue) = 205+16+213=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD10D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD10D5 is #32EF2A. Grayscale: #5E5E5E. Windows color (decimal): -3338027 or 13963469. OLE color: 13963469.

HSL color Cylindrical-coordinate representation of color #CD10D5: hue angle of 297.56º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD10D5 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 16 213 -
CMYK 0.04 0.92 0 0.16
HSL 297.56º 0.86% 0.45% -
HSV(B) 297.56º 0.92% 0.84% -
XYZ 37.37 18.15 64.49 -
YUV 94.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 205 16 213 0.04 0.92 0 0.16 297.56 0.86 0.45
Hex CD 10 D5 4 5C 0 10 12A 56 2D
Octal 315 20 325 4 134 0 20 452 126 55
Binary 11001101 10000 11010101 100 1011100 0 10000 100101010 1010110 101101

Color Harmonies of #CD10D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD10D5

Black with #CD10D5

Text Example


Text Example

White with #CD10D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD10D5; }

 p { color: rgb(205,16,213); }

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

background-color css

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

 a { background-color: rgb(205,16,213); }

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

border-color css

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

 span { border-color: rgb(205,16,213); }

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