Html Css Color HEX #CC1ACD Deep Magenta

📋 copy color: '#CC1ACD'

red 204 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #CC1ACD

Tints of Deep Magenta #CC1ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 46.9%
G = 5.98%
B = 47.13%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC1ACD (or 0xCC1ACD) is known color: Deep Magenta. HEX triplet: CC, 1A and CD. RGB value is (204,26,205). Sum of RGB (Red+Green+Blue) = 204+26+205=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ACD is #33E532. Grayscale: #636363. Windows color (decimal): -3401011 or 13441740. OLE color: 13441740.

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

Color convert

RGB 204 26 205 -
CMYK 0.00 0.87 0 0.20
HSL 299.66º 0.77% 0.45% -
HSV(B) 299.66º 0.87% 0.8% -
XYZ 36.29 17.98 59.32 -
YUV 99.63 187.47 202.45 -
System Red Green Blue C M Y K H S L
Decimal 204 26 205 0.00 0.87 0 0.20 299.66 0.77 0.45
Hex CC 1A CD 0 57 0 14 12C 4D 2D
Octal 314 32 315 0 127 0 24 454 115 55
Binary 11001100 11010 11001101 0 1010111 0 10100 100101100 1001101 101101

Color Harmonies of #CC1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ACD

Black with #CC1ACD

Text Example


Text Example

White with #CC1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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