Html Css Color HEX #CC49B6 Fuchsia

📋 copy color: '#CC49B6'

red 204 ◦ green 73 ◦ blue 182

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

Shades of Fuchsia #CC49B6

Tints of Fuchsia #CC49B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 44.44%
G = 15.9%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC49B6 (or 0xCC49B6) is known color: Fuchsia. HEX triplet: CC, 49 and B6. RGB value is (204,73,182). Sum of RGB (Red+Green+Blue) = 204+73+182=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49B6 is #33B649. Grayscale: #7C7C7C. Windows color (decimal): -3389002 or 11946444. OLE color: 11946444.

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

Color convert

RGB 204 73 182 -
CMYK 0 0.64 0.11 0.2
HSL 310.08º 0.56% 0.54% -
HSV(B) 310.08º 0.64% 0.8% -
XYZ 35.73 20.98 46.42 -
YUV 124.6 160.4 184.64 -
System Red Green Blue C M Y K H S L
Decimal 204 73 182 0 0.64 0.11 0.2 310.08 0.56 0.54
Hex CC 49 B6 0 40 B 14 136 38 36
Octal 314 111 266 0 100 13 24 466 70 66
Binary 11001100 1001001 10110110 0 1000000 1011 10100 100110110 111000 110110

Color Harmonies of #CC49B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49B6

Black with #CC49B6

Text Example


Text Example

White with #CC49B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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