Html Css Color HEX #CC1DDF Deep Magenta

📋 copy color: '#CC1DDF'

red 204 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #CC1DDF

Tints of Deep Magenta #CC1DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 44.74%
G = 6.36%
B = 48.9%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC1DDF (or 0xCC1DDF) is known color: Deep Magenta. HEX triplet: CC, 1D and DF. RGB value is (204,29,223). Sum of RGB (Red+Green+Blue) = 204+29+223=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC1DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1DDF is #33E220. Grayscale: #666666. Windows color (decimal): -3400225 or 14622156. OLE color: 14622156.

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

Color convert

RGB 204 29 223 -
CMYK 0.09 0.87 0 0.13
HSL 294.12º 0.77% 0.49% -
HSV(B) 294.12º 0.87% 0.87% -
XYZ 38.66 19.04 71.45 -
YUV 103.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 204 29 223 0.09 0.87 0 0.13 294.12 0.77 0.49
Hex CC 1D DF 9 57 0 D 126 4D 31
Octal 314 35 337 11 127 0 15 446 115 61
Binary 11001100 11101 11011111 1001 1010111 0 1101 100100110 1001101 110001

Color Harmonies of #CC1DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1DDF

Black with #CC1DDF

Text Example


Text Example

White with #CC1DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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