Html Css Color HEX #CC1FDD Deep Magenta

📋 copy color: '#CC1FDD'

red 204 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #CC1FDD

Tints of Deep Magenta #CC1FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.8%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 44.74%
G = 6.8%
B = 48.46%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC1FDD (or 0xCC1FDD) is known color: Deep Magenta. HEX triplet: CC, 1F and DD. RGB value is (204,31,221). Sum of RGB (Red+Green+Blue) = 204+31+221=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FDD is #33E022. Grayscale: #676767. Windows color (decimal): -3399715 or 14491596. OLE color: 14491596.

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

Color convert

RGB 204 31 221 -
CMYK 0.08 0.86 0 0.13
HSL 294.63º 0.75% 0.49% -
HSV(B) 294.63º 0.86% 0.87% -
XYZ 38.44 19.04 70.06 -
YUV 104.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 204 31 221 0.08 0.86 0 0.13 294.63 0.75 0.49
Hex CC 1F DD 8 56 0 D 127 4B 31
Octal 314 37 335 10 126 0 15 447 113 61
Binary 11001100 11111 11011101 1000 1010110 0 1101 100100111 1001011 110001

Color Harmonies of #CC1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FDD

Black with #CC1FDD

Text Example


Text Example

White with #CC1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FDD; }

 p { color: rgb(204,31,221); }

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

background-color css

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

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

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

border-color css

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

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

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