Html Css Color HEX #CC49B7 Fuchsia

📋 copy color: '#CC49B7'

red 204 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #CC49B7

Tints of Fuchsia #CC49B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 44.35%
G = 15.87%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC49B7 (or 0xCC49B7) is known color: Fuchsia. HEX triplet: CC, 49 and B7. RGB value is (204,73,183). Sum of RGB (Red+Green+Blue) = 204+73+183=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49B7 is #33B648. Grayscale: #7C7C7C. Windows color (decimal): -3389001 or 12011980. OLE color: 12011980.

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

Color convert

RGB 204 73 183 -
CMYK 0 0.64 0.10 0.2
HSL 309.62º 0.56% 0.54% -
HSV(B) 309.62º 0.64% 0.8% -
XYZ 35.83 21.02 46.97 -
YUV 124.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 204 73 183 0 0.64 0.10 0.2 309.62 0.56 0.54
Hex CC 49 B7 0 40 A 14 136 38 36
Octal 314 111 267 0 100 12 24 466 70 66
Binary 11001100 1001001 10110111 0 1000000 1010 10100 100110110 111000 110110

Color Harmonies of #CC49B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49B7

Black with #CC49B7

Text Example


Text Example

White with #CC49B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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