Html Css Color HEX #C449B9 Fuchsia

📋 copy color: '#C449B9'

red 196 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #C449B9

Tints of Fuchsia #C449B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 43.17%
G = 16.08%
B = 40.75%

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

#C449B9 (or 0xC449B9) is known color: Fuchsia. HEX triplet: C4, 49 and B9. RGB value is (196,73,185). Sum of RGB (Red+Green+Blue) = 196+73+185=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C449B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449B9 is #3BB646. Grayscale: #7A7A7A. Windows color (decimal): -3913287 or 12143044. OLE color: 12143044.

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

Color convert

RGB 196 73 185 -
CMYK 0 0.63 0.06 0.23
HSL 305.37º 0.51% 0.53% -
HSV(B) 305.37º 0.63% 0.77% -
XYZ 33.9 20 47.97 -
YUV 122.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 196 73 185 0 0.63 0.06 0.23 305.37 0.51 0.53
Hex C4 49 B9 0 3F 6 17 131 33 35
Octal 304 111 271 0 77 6 27 461 63 65
Binary 11000100 1001001 10111001 0 111111 110 10111 100110001 110011 110101

Color Harmonies of #C449B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449B9

Black with #C449B9

Text Example


Text Example

White with #C449B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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