Html Css Color HEX #CD28CC Deep Magenta

📋 copy color: '#CD28CC'

red 205 ◦ green 40 ◦ blue 204

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

Shades of Deep Magenta #CD28CC

Tints of Deep Magenta #CD28CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 45.66%
G = 8.91%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD28CC (or 0xCD28CC) is known color: Deep Magenta. HEX triplet: CD, 28 and CC. RGB value is (205,40,204). Sum of RGB (Red+Green+Blue) = 205+40+204=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28CC is #32D733. Grayscale: #6B6B6B. Windows color (decimal): -3331892 or 13379789. OLE color: 13379789.

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

Color convert

RGB 205 40 204 -
CMYK 0 0.80 0.00 0.20
HSL 300.36º 0.67% 0.48% -
HSV(B) 300.36º 0.8% 0.8% -
XYZ 36.83 18.86 58.82 -
YUV 108.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 205 40 204 0 0.80 0.00 0.20 300.36 0.67 0.48
Hex CD 28 CC 0 50 0 14 12C 43 30
Octal 315 50 314 0 120 0 24 454 103 60
Binary 11001101 101000 11001100 0 1010000 0 10100 100101100 1000011 110000

Color Harmonies of #CD28CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28CC

Black with #CD28CC

Text Example


Text Example

White with #CD28CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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