Html Css Color HEX #CC49C6 Fuchsia

📋 copy color: '#CC49C6'

red 204 ◦ green 73 ◦ blue 198

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

Shades of Fuchsia #CC49C6

Tints of Fuchsia #CC49C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 42.95%
G = 15.37%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC49C6 (or 0xCC49C6) is known color: Fuchsia. HEX triplet: CC, 49 and C6. RGB value is (204,73,198). Sum of RGB (Red+Green+Blue) = 204+73+198=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49C6 is #33B639. Grayscale: #7E7E7E. Windows color (decimal): -3388986 or 12995020. OLE color: 12995020.

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

Color convert

RGB 204 73 198 -
CMYK 0 0.64 0.03 0.2
HSL 302.75º 0.56% 0.54% -
HSV(B) 302.75º 0.64% 0.8% -
XYZ 37.48 21.68 55.64 -
YUV 126.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 204 73 198 0 0.64 0.03 0.2 302.75 0.56 0.54
Hex CC 49 C6 0 40 3 14 12F 38 36
Octal 314 111 306 0 100 3 24 457 70 66
Binary 11001100 1001001 11000110 0 1000000 11 10100 100101111 111000 110110

Color Harmonies of #CC49C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49C6

Black with #CC49C6

Text Example


Text Example

White with #CC49C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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