Html Css Color HEX #CD27DB Deep Magenta

📋 copy color: '#CD27DB'

red 205 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #CD27DB

Tints of Deep Magenta #CD27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.42%

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

R = 44.28%
G = 8.42%
B = 47.3%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD27DB (or 0xCD27DB) is known color: Deep Magenta. HEX triplet: CD, 27 and DB. RGB value is (205,39,219). Sum of RGB (Red+Green+Blue) = 205+39+219=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD27DB is #32D824. Grayscale: #6C6C6C. Windows color (decimal): -3332133 or 14362573. OLE color: 14362573.

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

Color convert

RGB 205 39 219 -
CMYK 0.06 0.82 0 0.14
HSL 295.33º 0.71% 0.51% -
HSV(B) 295.33º 0.82% 0.86% -
XYZ 38.69 19.54 68.75 -
YUV 109.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 205 39 219 0.06 0.82 0 0.14 295.33 0.71 0.51
Hex CD 27 DB 6 52 0 E 127 47 33
Octal 315 47 333 6 122 0 16 447 107 63
Binary 11001101 100111 11011011 110 1010010 0 1110 100100111 1000111 110011

Color Harmonies of #CD27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD27DB

Black with #CD27DB

Text Example


Text Example

White with #CD27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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