Html Css Color HEX #CC1BBA Deep Magenta

📋 copy color: '#CC1BBA'

red 204 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #CC1BBA

Tints of Deep Magenta #CC1BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 48.92%
G = 6.47%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC1BBA (or 0xCC1BBA) is known color: Deep Magenta. HEX triplet: CC, 1B and BA. RGB value is (204,27,186). Sum of RGB (Red+Green+Blue) = 204+27+186=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BBA is #33E445. Grayscale: #616161. Windows color (decimal): -3400774 or 12196812. OLE color: 12196812.

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

Color convert

RGB 204 27 186 -
CMYK 0 0.87 0.09 0.2
HSL 306.1º 0.77% 0.45% -
HSV(B) 306.1º 0.87% 0.8% -
XYZ 34.16 17.17 47.97 -
YUV 98.05 177.64 203.57 -
System Red Green Blue C M Y K H S L
Decimal 204 27 186 0 0.87 0.09 0.2 306.1 0.77 0.45
Hex CC 1B BA 0 57 9 14 132 4D 2D
Octal 314 33 272 0 127 11 24 462 115 55
Binary 11001100 11011 10111010 0 1010111 1001 10100 100110010 1001101 101101

Color Harmonies of #CC1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BBA

Black with #CC1BBA

Text Example


Text Example

White with #CC1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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