Html Css Color HEX #CC17CB Deep Magenta

📋 copy color: '#CC17CB'

red 204 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #CC17CB

Tints of Deep Magenta #CC17CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 47.44%
G = 5.35%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC17CB (or 0xCC17CB) is known color: Deep Magenta. HEX triplet: CC, 17 and CB. RGB value is (204,23,203). Sum of RGB (Red+Green+Blue) = 204+23+203=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17CB is #33E834. Grayscale: #616161. Windows color (decimal): -3401781 or 13309900. OLE color: 13309900.

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

Color convert

RGB 204 23 203 -
CMYK 0 0.89 0.00 0.2
HSL 300.33º 0.8% 0.45% -
HSV(B) 300.33º 0.89% 0.8% -
XYZ 35.99 17.76 58.03 -
YUV 97.64 187.47 203.86 -
System Red Green Blue C M Y K H S L
Decimal 204 23 203 0 0.89 0.00 0.2 300.33 0.8 0.45
Hex CC 17 CB 0 59 0 14 12C 50 2D
Octal 314 27 313 0 131 0 24 454 120 55
Binary 11001100 10111 11001011 0 1011001 0 10100 100101100 1010000 101101

Color Harmonies of #CC17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17CB

Black with #CC17CB

Text Example


Text Example

White with #CC17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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