Html Css Color HEX #CC28BA Deep Magenta

📋 copy color: '#CC28BA'

red 204 ◦ green 40 ◦ blue 186

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

Shades of Deep Magenta #CC28BA

Tints of Deep Magenta #CC28BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 47.44%
G = 9.3%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC28BA (or 0xCC28BA) is known color: Deep Magenta. HEX triplet: CC, 28 and BA. RGB value is (204,40,186). Sum of RGB (Red+Green+Blue) = 204+40+186=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28BA is #33D745. Grayscale: #696969. Windows color (decimal): -3397446 or 12200140. OLE color: 12200140.

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

Color convert

RGB 204 40 186 -
CMYK 0 0.80 0.09 0.2
HSL 306.59º 0.67% 0.48% -
HSV(B) 306.59º 0.8% 0.8% -
XYZ 34.52 17.9 48.09 -
YUV 105.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 204 40 186 0 0.80 0.09 0.2 306.59 0.67 0.48
Hex CC 28 BA 0 50 9 14 133 43 30
Octal 314 50 272 0 120 11 24 463 103 60
Binary 11001100 101000 10111010 0 1010000 1001 10100 100110011 1000011 110000

Color Harmonies of #CC28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28BA

Black with #CC28BA

Text Example


Text Example

White with #CC28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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