Html Css Color HEX #CC1BAE Deep Magenta

📋 copy color: '#CC1BAE'

red 204 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #CC1BAE

Tints of Deep Magenta #CC1BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 50.37%
G = 6.67%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC1BAE (or 0xCC1BAE) is known color: Deep Magenta. HEX triplet: CC, 1B and AE. RGB value is (204,27,174). Sum of RGB (Red+Green+Blue) = 204+27+174=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1BAE is #33E451. Grayscale: #606060. Windows color (decimal): -3400786 or 11410380. OLE color: 11410380.

HSL color Cylindrical-coordinate representation of color #CC1BAE: hue angle of 310.17º 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 #CC1BAE is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 27 174 -
CMYK 0 0.87 0.15 0.2
HSL 310.17º 0.77% 0.45% -
HSV(B) 310.17º 0.87% 0.8% -
XYZ 32.93 16.68 41.53 -
YUV 96.68 171.64 204.55 -
System Red Green Blue C M Y K H S L
Decimal 204 27 174 0 0.87 0.15 0.2 310.17 0.77 0.45
Hex CC 1B AE 0 57 F 14 136 4D 2D
Octal 314 33 256 0 127 17 24 466 115 55
Binary 11001100 11011 10101110 0 1010111 1111 10100 100110110 1001101 101101

Color Harmonies of #CC1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BAE

Black with #CC1BAE

Text Example


Text Example

White with #CC1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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