Html Css Color HEX #CC1BBE Deep Magenta

📋 copy color: '#CC1BBE'

red 204 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #CC1BBE

Tints of Deep Magenta #CC1BBE

RGB

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

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

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

R = 48.46%
G = 6.41%
B = 45.13%

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

#CC1BBE (or 0xCC1BBE) is known color: Deep Magenta. HEX triplet: CC, 1B and BE. RGB value is (204,27,190). Sum of RGB (Red+Green+Blue) = 204+27+190=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BBE is #33E441. Grayscale: #626262. Windows color (decimal): -3400770 or 12458956. OLE color: 12458956.

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

Color convert

RGB 204 27 190 -
CMYK 0 0.87 0.07 0.2
HSL 304.75º 0.77% 0.45% -
HSV(B) 304.75º 0.87% 0.8% -
XYZ 34.59 17.34 50.24 -
YUV 98.51 179.64 203.25 -
System Red Green Blue C M Y K H S L
Decimal 204 27 190 0 0.87 0.07 0.2 304.75 0.77 0.45
Hex CC 1B BE 0 57 7 14 131 4D 2D
Octal 314 33 276 0 127 7 24 461 115 55
Binary 11001100 11011 10111110 0 1010111 111 10100 100110001 1001101 101101

Color Harmonies of #CC1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BBE

Black with #CC1BBE

Text Example


Text Example

White with #CC1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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