Html Css Color HEX #C449B2 Fuchsia

📋 copy color: '#C449B2'

red 196 ◦ green 73 ◦ blue 178

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

Shades of Fuchsia #C449B2

Tints of Fuchsia #C449B2

RGB

 RED value IS 196 (76.95% from 255) = 43.85%

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

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 43.85%
G = 16.33%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C449B2 (or 0xC449B2) is known color: Fuchsia. HEX triplet: C4, 49 and B2. RGB value is (196,73,178). Sum of RGB (Red+Green+Blue) = 196+73+178=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C449B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449B2 is #3BB64D. Grayscale: #797979. Windows color (decimal): -3913294 or 11684292. OLE color: 11684292.

HSL color Cylindrical-coordinate representation of color #C449B2: hue angle of 308.78º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C449B2 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 178 -
CMYK 0 0.63 0.09 0.23
HSL 308.78º 0.51% 0.53% -
HSV(B) 308.78º 0.63% 0.77% -
XYZ 33.18 19.72 44.18 -
YUV 121.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 196 73 178 0 0.63 0.09 0.23 308.78 0.51 0.53
Hex C4 49 B2 0 3F 9 17 135 33 35
Octal 304 111 262 0 77 11 27 465 63 65
Binary 11000100 1001001 10110010 0 111111 1001 10111 100110101 110011 110101

Color Harmonies of #C449B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449B2

Black with #C449B2

Text Example


Text Example

White with #C449B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449B2; }

 p { color: rgb(196,73,178); }

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

background-color css

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

 a { background-color: rgb(196,73,178); }

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

border-color css

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

 span { border-color: rgb(196,73,178); }

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