Html Css Color HEX #CC28CB Deep Magenta

📋 copy color: '#CC28CB'

red 204 ◦ green 40 ◦ blue 203

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

Shades of Deep Magenta #CC28CB

Tints of Deep Magenta #CC28CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 45.64%
G = 8.95%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC28CB (or 0xCC28CB) is known color: Deep Magenta. HEX triplet: CC, 28 and CB. RGB value is (204,40,203). Sum of RGB (Red+Green+Blue) = 204+40+203=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28CB is #33D734. Grayscale: #6B6B6B. Windows color (decimal): -3397429 or 13314252. OLE color: 13314252.

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

Color convert

RGB 204 40 203 -
CMYK 0 0.80 0.00 0.2
HSL 300.37º 0.67% 0.48% -
HSV(B) 300.37º 0.8% 0.8% -
XYZ 36.44 18.67 58.18 -
YUV 107.62 181.83 196.75 -
System Red Green Blue C M Y K H S L
Decimal 204 40 203 0 0.80 0.00 0.2 300.37 0.67 0.48
Hex CC 28 CB 0 50 0 14 12C 43 30
Octal 314 50 313 0 120 0 24 454 103 60
Binary 11001100 101000 11001011 0 1010000 0 10100 100101100 1000011 110000

Color Harmonies of #CC28CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28CB

Black with #CC28CB

Text Example


Text Example

White with #CC28CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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