Html Css Color HEX #CC1FDC Deep Magenta

📋 copy color: '#CC1FDC'

red 204 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #CC1FDC

Tints of Deep Magenta #CC1FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 44.84%
G = 6.81%
B = 48.35%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC1FDC (or 0xCC1FDC) is known color: Deep Magenta. HEX triplet: CC, 1F and DC. RGB value is (204,31,220). Sum of RGB (Red+Green+Blue) = 204+31+220=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC1FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FDC is #33E023. Grayscale: #676767. Windows color (decimal): -3399716 or 14426060. OLE color: 14426060.

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

Color convert

RGB 204 31 220 -
CMYK 0.07 0.86 0 0.14
HSL 294.92º 0.75% 0.49% -
HSV(B) 294.92º 0.86% 0.86% -
XYZ 38.31 18.98 69.36 -
YUV 104.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 204 31 220 0.07 0.86 0 0.14 294.92 0.75 0.49
Hex CC 1F DC 7 56 0 E 127 4B 31
Octal 314 37 334 7 126 0 16 447 113 61
Binary 11001100 11111 11011100 111 1010110 0 1110 100100111 1001011 110001

Color Harmonies of #CC1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FDC

Black with #CC1FDC

Text Example


Text Example

White with #CC1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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