Html Css Color HEX #C475BA Fuchsia

📋 copy color: '#C475BA'

red 196 ◦ green 117 ◦ blue 186

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

Shades of Fuchsia #C475BA

Tints of Fuchsia #C475BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.45%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 39.28%
G = 23.45%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C475BA (or 0xC475BA) is known color: Fuchsia. HEX triplet: C4, 75 and BA. RGB value is (196,117,186). Sum of RGB (Red+Green+Blue) = 196+117+186=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C475BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475BA is #3B8A45. Grayscale: #949494. Windows color (decimal): -3902022 or 12219844. OLE color: 12219844.

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

Color convert

RGB 196 117 186 -
CMYK 0 0.40 0.05 0.23
HSL 307.59º 0.4% 0.61% -
HSV(B) 307.59º 0.4% 0.77% -
XYZ 37.99 28 49.86 -
YUV 148.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 196 117 186 0 0.40 0.05 0.23 307.59 0.4 0.61
Hex C4 75 BA 0 28 5 17 134 28 3D
Octal 304 165 272 0 50 5 27 464 50 75
Binary 11000100 1110101 10111010 0 101000 101 10111 100110100 101000 111101

Color Harmonies of #C475BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475BA

Black with #C475BA

Text Example


Text Example

White with #C475BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475BA; }

 p { color: rgb(196,117,186); }

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

background-color css

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

 a { background-color: rgb(196,117,186); }

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

border-color css

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

 span { border-color: rgb(196,117,186); }

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