Html Css Color HEX #C449B8 Fuchsia

📋 copy color: '#C449B8'

red 196 ◦ green 73 ◦ blue 184

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

Shades of Fuchsia #C449B8

Tints of Fuchsia #C449B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.62%

R = 43.27%
G = 16.11%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C449B8 (or 0xC449B8) is known color: Fuchsia. HEX triplet: C4, 49 and B8. RGB value is (196,73,184). Sum of RGB (Red+Green+Blue) = 196+73+184=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C449B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449B8 is #3BB647. Grayscale: #7A7A7A. Windows color (decimal): -3913288 or 12077508. OLE color: 12077508.

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

Color convert

RGB 196 73 184 -
CMYK 0 0.63 0.06 0.23
HSL 305.85º 0.51% 0.53% -
HSV(B) 305.85º 0.63% 0.77% -
XYZ 33.8 19.96 47.42 -
YUV 122.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 196 73 184 0 0.63 0.06 0.23 305.85 0.51 0.53
Hex C4 49 B8 0 3F 6 17 132 33 35
Octal 304 111 270 0 77 6 27 462 63 65
Binary 11000100 1001001 10111000 0 111111 110 10111 100110010 110011 110101

Color Harmonies of #C449B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449B8

Black with #C449B8

Text Example


Text Example

White with #C449B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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