Html Css Color HEX #CC1BDC Deep Magenta

📋 copy color: '#CC1BDC'

red 204 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #CC1BDC

Tints of Deep Magenta #CC1BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.99%

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

R = 45.23%
G = 5.99%
B = 48.78%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC1BDC (or 0xCC1BDC) is known color: Deep Magenta. HEX triplet: CC, 1B and DC. RGB value is (204,27,220). Sum of RGB (Red+Green+Blue) = 204+27+220=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BDC is #33E423. Grayscale: #656565. Windows color (decimal): -3400740 or 14425036. OLE color: 14425036.

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

Color convert

RGB 204 27 220 -
CMYK 0.07 0.88 0 0.14
HSL 295.03º 0.78% 0.48% -
HSV(B) 295.03º 0.88% 0.86% -
XYZ 38.21 18.79 69.32 -
YUV 101.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 204 27 220 0.07 0.88 0 0.14 295.03 0.78 0.48
Hex CC 1B DC 7 58 0 E 127 4E 30
Octal 314 33 334 7 130 0 16 447 116 60
Binary 11001100 11011 11011100 111 1011000 0 1110 100100111 1001110 110000

Color Harmonies of #CC1BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BDC

Black with #CC1BDC

Text Example


Text Example

White with #CC1BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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