Html Css Color HEX #CC1ABE Deep Magenta

📋 copy color: '#CC1ABE'

red 204 ◦ green 26 ◦ blue 190

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

Shades of Deep Magenta #CC1ABE

Tints of Deep Magenta #CC1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.19%

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 48.57%
G = 6.19%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC1ABE (or 0xCC1ABE) is known color: Deep Magenta. HEX triplet: CC, 1A and BE. RGB value is (204,26,190). Sum of RGB (Red+Green+Blue) = 204+26+190=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ABE is #33E541. Grayscale: #616161. Windows color (decimal): -3401026 or 12458700. OLE color: 12458700.

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

Color convert

RGB 204 26 190 -
CMYK 0 0.87 0.07 0.2
HSL 304.72º 0.77% 0.45% -
HSV(B) 304.72º 0.87% 0.8% -
XYZ 34.57 17.29 50.23 -
YUV 97.92 179.97 203.66 -
System Red Green Blue C M Y K H S L
Decimal 204 26 190 0 0.87 0.07 0.2 304.72 0.77 0.45
Hex CC 1A BE 0 57 7 14 131 4D 2D
Octal 314 32 276 0 127 7 24 461 115 55
Binary 11001100 11010 10111110 0 1010111 111 10100 100110001 1001101 101101

Color Harmonies of #CC1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ABE

Black with #CC1ABE

Text Example


Text Example

White with #CC1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ABE; }

 p { color: rgb(204,26,190); }

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

background-color css

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

 a { background-color: rgb(204,26,190); }

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

border-color css

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

 span { border-color: rgb(204,26,190); }

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