Html Css Color HEX #CD10DB Deep Magenta

📋 copy color: '#CD10DB'

red 205 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #CD10DB

Tints of Deep Magenta #CD10DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 46.59%
G = 3.64%
B = 49.77%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD10DB (or 0xCD10DB) is known color: Deep Magenta. HEX triplet: CD, 10 and DB. RGB value is (205,16,219). Sum of RGB (Red+Green+Blue) = 205+16+219=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD10DB is #32EF24. Grayscale: #5F5F5F. Windows color (decimal): -3338021 or 14356685. OLE color: 14356685.

HSL color Cylindrical-coordinate representation of color #CD10DB: hue angle of 295.86º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD10DB is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 16 219 -
CMYK 0.06 0.93 0 0.14
HSL 295.86º 0.86% 0.46% -
HSV(B) 295.86º 0.93% 0.86% -
XYZ 38.15 18.46 68.57 -
YUV 95.65 197.62 205.99 -
System Red Green Blue C M Y K H S L
Decimal 205 16 219 0.06 0.93 0 0.14 295.86 0.86 0.46
Hex CD 10 DB 6 5D 0 E 128 56 2E
Octal 315 20 333 6 135 0 16 450 126 56
Binary 11001101 10000 11011011 110 1011101 0 1110 100101000 1010110 101110

Color Harmonies of #CD10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD10DB

Black with #CD10DB

Text Example


Text Example

White with #CD10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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