Html Css Color HEX #C473BB Fuchsia

📋 copy color: '#C473BB'

red 196 ◦ green 115 ◦ blue 187

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

Shades of Fuchsia #C473BB

Tints of Fuchsia #C473BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.09%

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

R = 39.36%
G = 23.09%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C473BB (or 0xC473BB) is known color: Fuchsia. HEX triplet: C4, 73 and BB. RGB value is (196,115,187). Sum of RGB (Red+Green+Blue) = 196+115+187=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C473BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473BB is #3B8C44. Grayscale: #939393. Windows color (decimal): -3902533 or 12284868. OLE color: 12284868.

HSL color Cylindrical-coordinate representation of color #C473BB: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C473BB is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 187 -
CMYK 0 0.41 0.05 0.23
HSL 306.67º 0.41% 0.61% -
HSV(B) 306.67º 0.41% 0.77% -
XYZ 37.87 27.59 50.34 -
YUV 147.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 196 115 187 0 0.41 0.05 0.23 306.67 0.41 0.61
Hex C4 73 BB 0 29 5 17 133 29 3D
Octal 304 163 273 0 51 5 27 463 51 75
Binary 11000100 1110011 10111011 0 101001 101 10111 100110011 101001 111101

Color Harmonies of #C473BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473BB

Black with #C473BB

Text Example


Text Example

White with #C473BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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