Html Css Color HEX #CC1BCD Deep Magenta

📋 copy color: '#CC1BCD'

red 204 ◦ green 27 ◦ blue 205

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

Shades of Deep Magenta #CC1BCD

Tints of Deep Magenta #CC1BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 46.79%
G = 6.19%
B = 47.02%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC1BCD (or 0xCC1BCD) is known color: Deep Magenta. HEX triplet: CC, 1B and CD. RGB value is (204,27,205). Sum of RGB (Red+Green+Blue) = 204+27+205=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC1BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BCD is #33E432. Grayscale: #636363. Windows color (decimal): -3400755 or 13441996. OLE color: 13441996.

HSL color Cylindrical-coordinate representation of color #CC1BCD: hue angle of 299.66º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1BCD is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 27 205 -
CMYK 0.00 0.87 0 0.20
HSL 299.66º 0.77% 0.45% -
HSV(B) 299.66º 0.87% 0.8% -
XYZ 36.31 18.03 59.32 -
YUV 100.22 187.14 202.03 -
System Red Green Blue C M Y K H S L
Decimal 204 27 205 0.00 0.87 0 0.20 299.66 0.77 0.45
Hex CC 1B CD 0 57 0 14 12C 4D 2D
Octal 314 33 315 0 127 0 24 454 115 55
Binary 11001100 11011 11001101 0 1010111 0 10100 100101100 1001101 101101

Color Harmonies of #CC1BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BCD

Black with #CC1BCD

Text Example


Text Example

White with #CC1BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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