Html Css Color HEX #CC17CF Deep Magenta

📋 copy color: '#CC17CF'

red 204 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #CC17CF

Tints of Deep Magenta #CC17CF

RGB

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

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

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

R = 47%
G = 5.3%
B = 47.7%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC17CF (or 0xCC17CF) is known color: Deep Magenta. HEX triplet: CC, 17 and CF. RGB value is (204,23,207). Sum of RGB (Red+Green+Blue) = 204+23+207=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17CF is #33E830. Grayscale: #616161. Windows color (decimal): -3401777 or 13572044. OLE color: 13572044.

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

Color convert

RGB 204 23 207 -
CMYK 0.01 0.89 0 0.19
HSL 299.02º 0.8% 0.45% -
HSV(B) 299.02º 0.89% 0.81% -
XYZ 36.47 17.96 60.57 -
YUV 98.1 189.47 203.54 -
System Red Green Blue C M Y K H S L
Decimal 204 23 207 0.01 0.89 0 0.19 299.02 0.8 0.45
Hex CC 17 CF 1 59 0 13 12B 50 2D
Octal 314 27 317 1 131 0 23 453 120 55
Binary 11001100 10111 11001111 1 1011001 0 10011 100101011 1010000 101101

Color Harmonies of #CC17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17CF

Black with #CC17CF

Text Example


Text Example

White with #CC17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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