Html Css Color HEX #CC28CD Deep Magenta

📋 copy color: '#CC28CD'

red 204 ◦ green 40 ◦ blue 205

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

Shades of Deep Magenta #CC28CD

Tints of Deep Magenta #CC28CD

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #CC28CD: hue angle of 299.64º 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 #CC28CD is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

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

Color Harmonies of #CC28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28CD

Black with #CC28CD

Text Example


Text Example

White with #CC28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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