Html Css Color HEX #CC1FDB Deep Magenta

📋 copy color: '#CC1FDB'

red 204 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #CC1FDB

Tints of Deep Magenta #CC1FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 44.93%
G = 6.83%
B = 48.24%

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

#CC1FDB (or 0xCC1FDB) is known color: Deep Magenta. HEX triplet: CC, 1F and DB. RGB value is (204,31,219). Sum of RGB (Red+Green+Blue) = 204+31+219=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FDB is #33E024. Grayscale: #676767. Windows color (decimal): -3399717 or 14360524. OLE color: 14360524.

HSL color Cylindrical-coordinate representation of color #CC1FDB: hue angle of 295.21º 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 #CC1FDB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 31 219 -
CMYK 0.07 0.86 0 0.14
HSL 295.21º 0.75% 0.49% -
HSV(B) 295.21º 0.86% 0.86% -
XYZ 38.18 18.93 68.66 -
YUV 104.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 204 31 219 0.07 0.86 0 0.14 295.21 0.75 0.49
Hex CC 1F DB 7 56 0 E 127 4B 31
Octal 314 37 333 7 126 0 16 447 113 61
Binary 11001100 11111 11011011 111 1010110 0 1110 100100111 1001011 110001

Color Harmonies of #CC1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FDB

Black with #CC1FDB

Text Example


Text Example

White with #CC1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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