Html Css Color HEX #CD28CE Deep Magenta

📋 copy color: '#CD28CE'

red 205 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #CD28CE

Tints of Deep Magenta #CD28CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.87%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 45.45%
G = 8.87%
B = 45.68%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD28CE (or 0xCD28CE) is known color: Deep Magenta. HEX triplet: CD, 28 and CE. RGB value is (205,40,206). Sum of RGB (Red+Green+Blue) = 205+40+206=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28CE is #32D731. Grayscale: #6B6B6B. Windows color (decimal): -3331890 or 13510861. OLE color: 13510861.

HSL color Cylindrical-coordinate representation of color #CD28CE: hue angle of 299.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD28CE is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 40 206 -
CMYK 0.00 0.81 0 0.19
HSL 299.64º 0.67% 0.48% -
HSV(B) 299.64º 0.81% 0.81% -
XYZ 37.08 18.95 60.1 -
YUV 108.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 205 40 206 0.00 0.81 0 0.19 299.64 0.67 0.48
Hex CD 28 CE 0 51 0 13 12C 43 30
Octal 315 50 316 0 121 0 23 454 103 60
Binary 11001101 101000 11001110 0 1010001 0 10011 100101100 1000011 110000

Color Harmonies of #CD28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28CE

Black with #CD28CE

Text Example


Text Example

White with #CD28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28CE; }

 p { color: rgb(205,40,206); }

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

background-color css

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

 a { background-color: rgb(205,40,206); }

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

border-color css

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

 span { border-color: rgb(205,40,206); }

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