Html Css Color HEX #CC17BB Deep Magenta

📋 copy color: '#CC17BB'

red 204 ◦ green 23 ◦ blue 187

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

Shades of Deep Magenta #CC17BB

Tints of Deep Magenta #CC17BB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.56%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 49.28%
G = 5.56%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC17BB (or 0xCC17BB) is known color: Deep Magenta. HEX triplet: CC, 17 and BB. RGB value is (204,23,187). Sum of RGB (Red+Green+Blue) = 204+23+187=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17BB is #33E844. Grayscale: #5F5F5F. Windows color (decimal): -3401797 or 12261324. OLE color: 12261324.

HSL color Cylindrical-coordinate representation of color #CC17BB: hue angle of 305.64º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17BB is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 23 187 -
CMYK 0 0.89 0.08 0.2
HSL 305.64º 0.8% 0.45% -
HSV(B) 305.64º 0.89% 0.8% -
XYZ 34.18 17.04 48.5 -
YUV 95.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 204 23 187 0 0.89 0.08 0.2 305.64 0.8 0.45
Hex CC 17 BB 0 59 8 14 132 50 2D
Octal 314 27 273 0 131 10 24 462 120 55
Binary 11001100 10111 10111011 0 1011001 1000 10100 100110010 1010000 101101

Color Harmonies of #CC17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17BB

Black with #CC17BB

Text Example


Text Example

White with #CC17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17BB; }

 p { color: rgb(204,23,187); }

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

background-color css

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

 a { background-color: rgb(204,23,187); }

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

border-color css

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

 span { border-color: rgb(204,23,187); }

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