Html Css Color HEX #CC28CF Deep Magenta

📋 copy color: '#CC28CF'

red 204 ◦ green 40 ◦ blue 207

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

Shades of Deep Magenta #CC28CF

Tints of Deep Magenta #CC28CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 45.23%
G = 8.87%
B = 45.9%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC28CF (or 0xCC28CF) is known color: Deep Magenta. HEX triplet: CC, 28 and CF. RGB value is (204,40,207). Sum of RGB (Red+Green+Blue) = 204+40+207=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC28CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC28CF is #33D730. Grayscale: #6B6B6B. Windows color (decimal): -3397425 or 13576396. OLE color: 13576396.

HSL color Cylindrical-coordinate representation of color #CC28CF: hue angle of 298.92º degrees, saturation: 0.68, 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 #CC28CF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 40 207 -
CMYK 0.01 0.81 0 0.19
HSL 298.92º 0.68% 0.48% -
HSV(B) 298.92º 0.81% 0.81% -
XYZ 36.92 18.86 60.73 -
YUV 108.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 204 40 207 0.01 0.81 0 0.19 298.92 0.68 0.48
Hex CC 28 CF 1 51 0 13 12B 44 30
Octal 314 50 317 1 121 0 23 453 104 60
Binary 11001100 101000 11001111 1 1010001 0 10011 100101011 1000100 110000

Color Harmonies of #CC28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28CF

Black with #CC28CF

Text Example


Text Example

White with #CC28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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