Html Css Color HEX #CC1DDA Deep Magenta

📋 copy color: '#CC1DDA'

red 204 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #CC1DDA

Tints of Deep Magenta #CC1DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.43%

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 45.23%
G = 6.43%
B = 48.34%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC1DDA (or 0xCC1DDA) is known color: Deep Magenta. HEX triplet: CC, 1D and DA. RGB value is (204,29,218). Sum of RGB (Red+Green+Blue) = 204+29+218=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC1DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DDA is #33E225. Grayscale: #666666. Windows color (decimal): -3400230 or 14294476. OLE color: 14294476.

HSL color Cylindrical-coordinate representation of color #CC1DDA: hue angle of 295.56º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1DDA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 29 218 -
CMYK 0.06 0.87 0 0.15
HSL 295.56º 0.77% 0.48% -
HSV(B) 295.56º 0.87% 0.85% -
XYZ 38 18.78 67.95 -
YUV 102.87 192.98 200.13 -
System Red Green Blue C M Y K H S L
Decimal 204 29 218 0.06 0.87 0 0.15 295.56 0.77 0.48
Hex CC 1D DA 6 57 0 F 128 4D 30
Octal 314 35 332 6 127 0 17 450 115 60
Binary 11001100 11101 11011010 110 1010111 0 1111 100101000 1001101 110000

Color Harmonies of #CC1DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1DDA

Black with #CC1DDA

Text Example


Text Example

White with #CC1DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1DDA; }

 p { color: rgb(204,29,218); }

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

background-color css

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

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

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

border-color css

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

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

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