Html Css Color HEX #CC49BB Fuchsia

📋 copy color: '#CC49BB'

red 204 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #CC49BB

Tints of Fuchsia #CC49BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.73%

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 43.97%
G = 15.73%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC49BB (or 0xCC49BB) is known color: Fuchsia. HEX triplet: CC, 49 and BB. RGB value is (204,73,187). Sum of RGB (Red+Green+Blue) = 204+73+187=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49BB is #33B644. Grayscale: #7C7C7C. Windows color (decimal): -3388997 or 12274124. OLE color: 12274124.

HSL color Cylindrical-coordinate representation of color #CC49BB: hue angle of 307.79º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC49BB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 187 -
CMYK 0 0.64 0.08 0.2
HSL 307.79º 0.56% 0.54% -
HSV(B) 307.79º 0.64% 0.8% -
XYZ 36.25 21.19 49.19 -
YUV 125.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 204 73 187 0 0.64 0.08 0.2 307.79 0.56 0.54
Hex CC 49 BB 0 40 8 14 134 38 36
Octal 314 111 273 0 100 10 24 464 70 66
Binary 11001100 1001001 10111011 0 1000000 1000 10100 100110100 111000 110110

Color Harmonies of #CC49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49BB

Black with #CC49BB

Text Example


Text Example

White with #CC49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49BB; }

 p { color: rgb(204,73,187); }

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

background-color css

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

 a { background-color: rgb(204,73,187); }

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

border-color css

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

 span { border-color: rgb(204,73,187); }

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