Html Css Color HEX #CC1CDB Deep Magenta

📋 copy color: '#CC1CDB'

red 204 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #CC1CDB

Tints of Deep Magenta #CC1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

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

R = 45.23%
G = 6.21%
B = 48.56%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC1CDB (or 0xCC1CDB) is known color: Deep Magenta. HEX triplet: CC, 1C and DB. RGB value is (204,28,219). Sum of RGB (Red+Green+Blue) = 204+28+219=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CDB is #33E324. Grayscale: #656565. Windows color (decimal): -3400485 or 14359756. OLE color: 14359756.

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

Color convert

RGB 204 28 219 -
CMYK 0.07 0.87 0 0.14
HSL 295.29º 0.77% 0.48% -
HSV(B) 295.29º 0.87% 0.86% -
XYZ 38.1 18.78 68.63 -
YUV 102.4 193.81 200.47 -
System Red Green Blue C M Y K H S L
Decimal 204 28 219 0.07 0.87 0 0.14 295.29 0.77 0.48
Hex CC 1C DB 7 57 0 E 127 4D 30
Octal 314 34 333 7 127 0 16 447 115 60
Binary 11001100 11100 11011011 111 1010111 0 1110 100100111 1001101 110000

Color Harmonies of #CC1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CDB

Black with #CC1CDB

Text Example


Text Example

White with #CC1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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