Html Css Color HEX #CC49B2 Fuchsia

📋 copy color: '#CC49B2'

red 204 ◦ green 73 ◦ blue 178

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

Shades of Fuchsia #CC49B2

Tints of Fuchsia #CC49B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 44.84%
G = 16.04%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC49B2 (or 0xCC49B2) is known color: Fuchsia. HEX triplet: CC, 49 and B2. RGB value is (204,73,178). Sum of RGB (Red+Green+Blue) = 204+73+178=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC49B2 is #33B64D. Grayscale: #7B7B7B. Windows color (decimal): -3389006 or 11684300. OLE color: 11684300.

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

Color convert

RGB 204 73 178 -
CMYK 0 0.64 0.13 0.2
HSL 311.91º 0.56% 0.54% -
HSV(B) 311.91º 0.64% 0.8% -
XYZ 35.32 20.82 44.28 -
YUV 124.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 204 73 178 0 0.64 0.13 0.2 311.91 0.56 0.54
Hex CC 49 B2 0 40 D 14 138 38 36
Octal 314 111 262 0 100 15 24 470 70 66
Binary 11001100 1001001 10110010 0 1000000 1101 10100 100111000 111000 110110

Color Harmonies of #CC49B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49B2

Black with #CC49B2

Text Example


Text Example

White with #CC49B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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