Html Css Color HEX #CC49CF Fuchsia

📋 copy color: '#CC49CF'

red 204 ◦ green 73 ◦ blue 207

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

Shades of Fuchsia #CC49CF

Tints of Fuchsia #CC49CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 42.15%
G = 15.08%
B = 42.77%

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

#CC49CF (or 0xCC49CF) is known color: Fuchsia. HEX triplet: CC, 49 and CF. RGB value is (204,73,207). Sum of RGB (Red+Green+Blue) = 204+73+207=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49CF is #33B630. Grayscale: #7F7F7F. Windows color (decimal): -3388977 or 13584844. OLE color: 13584844.

HSL color Cylindrical-coordinate representation of color #CC49CF: hue angle of 298.66º 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 #CC49CF is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 73 207 -
CMYK 0.01 0.65 0 0.19
HSL 298.66º 0.58% 0.55% -
HSV(B) 298.66º 0.65% 0.81% -
XYZ 38.55 22.11 61.27 -
YUV 127.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 204 73 207 0.01 0.65 0 0.19 298.66 0.58 0.55
Hex CC 49 CF 1 41 0 13 12B 3A 37
Octal 314 111 317 1 101 0 23 453 72 67
Binary 11001100 1001001 11001111 1 1000001 0 10011 100101011 111010 110111

Color Harmonies of #CC49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49CF

Black with #CC49CF

Text Example


Text Example

White with #CC49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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