Html Css Color HEX #C449BB Fuchsia

📋 copy color: '#C449BB'

red 196 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #C449BB

Tints of Fuchsia #C449BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 42.98%
G = 16.01%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C449BB (or 0xC449BB) is known color: Fuchsia. HEX triplet: C4, 49 and BB. RGB value is (196,73,187). Sum of RGB (Red+Green+Blue) = 196+73+187=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C449BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449BB is #3BB644. Grayscale: #7A7A7A. Windows color (decimal): -3913285 or 12274116. OLE color: 12274116.

HSL color Cylindrical-coordinate representation of color #C449BB: hue angle of 304.39º 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 #C449BB is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 187 -
CMYK 0 0.63 0.05 0.23
HSL 304.39º 0.51% 0.53% -
HSV(B) 304.39º 0.63% 0.77% -
XYZ 34.12 20.09 49.09 -
YUV 122.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 196 73 187 0 0.63 0.05 0.23 304.39 0.51 0.53
Hex C4 49 BB 0 3F 5 17 130 33 35
Octal 304 111 273 0 77 5 27 460 63 65
Binary 11000100 1001001 10111011 0 111111 101 10111 100110000 110011 110101

Color Harmonies of #C449BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449BB

Black with #C449BB

Text Example


Text Example

White with #C449BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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