Html Css Color HEX #CC49C5 Fuchsia

📋 copy color: '#CC49C5'

red 204 ◦ green 73 ◦ blue 197

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

Shades of Fuchsia #CC49C5

Tints of Fuchsia #CC49C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 43.04%
G = 15.4%
B = 41.56%

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

#CC49C5 (or 0xCC49C5) is known color: Fuchsia. HEX triplet: CC, 49 and C5. RGB value is (204,73,197). Sum of RGB (Red+Green+Blue) = 204+73+197=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49C5 is #33B63A. Grayscale: #7D7D7D. Windows color (decimal): -3388987 or 12929484. OLE color: 12929484.

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

Color convert

RGB 204 73 197 -
CMYK 0 0.64 0.03 0.2
HSL 303.21º 0.56% 0.54% -
HSV(B) 303.21º 0.64% 0.8% -
XYZ 37.36 21.63 55.03 -
YUV 126.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 204 73 197 0 0.64 0.03 0.2 303.21 0.56 0.54
Hex CC 49 C5 0 40 3 14 12F 38 36
Octal 314 111 305 0 100 3 24 457 70 66
Binary 11001100 1001001 11000101 0 1000000 11 10100 100101111 111000 110110

Color Harmonies of #CC49C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC49C5

Black with #CC49C5

Text Example


Text Example

White with #CC49C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC49C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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