Html Css Color HEX #CC49CE Fuchsia

📋 copy color: '#CC49CE'

red 204 ◦ green 73 ◦ blue 206

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

Shades of Fuchsia #CC49CE

Tints of Fuchsia #CC49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 42.24%
G = 15.11%
B = 42.65%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC49CE (or 0xCC49CE) is known color: Fuchsia. HEX triplet: CC, 49 and CE. RGB value is (204,73,206). Sum of RGB (Red+Green+Blue) = 204+73+206=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49CE is #33B631. Grayscale: #7E7E7E. Windows color (decimal): -3388978 or 13519308. OLE color: 13519308.

HSL color Cylindrical-coordinate representation of color #CC49CE: hue angle of 299.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC49CE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 73 206 -
CMYK 0.01 0.65 0 0.19
HSL 299.1º 0.58% 0.55% -
HSV(B) 299.1º 0.65% 0.81% -
XYZ 38.42 22.06 60.63 -
YUV 127.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 204 73 206 0.01 0.65 0 0.19 299.1 0.58 0.55
Hex CC 49 CE 1 41 0 13 12B 3A 37
Octal 314 111 316 1 101 0 23 453 72 67
Binary 11001100 1001001 11001110 1 1000001 0 10011 100101011 111010 110111

Color Harmonies of #CC49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49CE

Black with #CC49CE

Text Example


Text Example

White with #CC49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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