Html Css Color HEX #CC1ACC Deep Magenta

📋 copy color: '#CC1ACC'

red 204 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #CC1ACC

Tints of Deep Magenta #CC1ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.99%

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

R = 47%
G = 5.99%
B = 47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC1ACC (or 0xCC1ACC) is known color: Deep Magenta. HEX triplet: CC, 1A and CC. RGB value is (204,26,204). Sum of RGB (Red+Green+Blue) = 204+26+204=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ACC is #33E533. Grayscale: #626262. Windows color (decimal): -3401012 or 13376204. OLE color: 13376204.

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

Color convert

RGB 204 26 204 -
CMYK 0 0.87 0 0.2
HSL 300º 0.77% 0.45% -
HSV(B) 300º 0.87% 0.8% -
XYZ 36.17 17.94 58.68 -
YUV 99.51 186.97 202.53 -
System Red Green Blue C M Y K H S L
Decimal 204 26 204 0 0.87 0 0.2 300 0.77 0.45
Hex CC 1A CC 0 57 0 14 12C 4D 2D
Octal 314 32 314 0 127 0 24 454 115 55
Binary 11001100 11010 11001100 0 1010111 0 10100 100101100 1001101 101101

Color Harmonies of #CC1ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ACC

Black with #CC1ACC

Text Example


Text Example

White with #CC1ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ACC; }

 p { color: rgb(204,26,204); }

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

background-color css

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

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

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

border-color css

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

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

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