Html Css Color HEX #CC17BF Deep Magenta

📋 copy color: '#CC17BF'

red 204 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #CC17BF

Tints of Deep Magenta #CC17BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 48.8%
G = 5.5%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC17BF (or 0xCC17BF) is known color: Deep Magenta. HEX triplet: CC, 17 and BF. RGB value is (204,23,191). Sum of RGB (Red+Green+Blue) = 204+23+191=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17BF is #33E840. Grayscale: #5F5F5F. Windows color (decimal): -3401793 or 12523468. OLE color: 12523468.

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

Color convert

RGB 204 23 191 -
CMYK 0 0.89 0.06 0.2
HSL 304.31º 0.8% 0.45% -
HSV(B) 304.31º 0.89% 0.8% -
XYZ 34.61 17.21 50.79 -
YUV 96.27 181.47 204.84 -
System Red Green Blue C M Y K H S L
Decimal 204 23 191 0 0.89 0.06 0.2 304.31 0.8 0.45
Hex CC 17 BF 0 59 6 14 130 50 2D
Octal 314 27 277 0 131 6 24 460 120 55
Binary 11001100 10111 10111111 0 1011001 110 10100 100110000 1010000 101101

Color Harmonies of #CC17BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17BF

Black with #CC17BF

Text Example


Text Example

White with #CC17BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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