Html Css Color HEX #C472BA Fuchsia

📋 copy color: '#C472BA'

red 196 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #C472BA

Tints of Fuchsia #C472BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.98%

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

R = 39.52%
G = 22.98%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C472BA (or 0xC472BA) is known color: Fuchsia. HEX triplet: C4, 72 and BA. RGB value is (196,114,186). Sum of RGB (Red+Green+Blue) = 196+114+186=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C472BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472BA is #3B8D45. Grayscale: #929292. Windows color (decimal): -3902790 or 12219076. OLE color: 12219076.

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

Color convert

RGB 196 114 186 -
CMYK 0 0.42 0.05 0.23
HSL 307.32º 0.41% 0.61% -
HSV(B) 307.32º 0.42% 0.77% -
XYZ 37.65 27.32 49.74 -
YUV 146.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 196 114 186 0 0.42 0.05 0.23 307.32 0.41 0.61
Hex C4 72 BA 0 2A 5 17 133 29 3D
Octal 304 162 272 0 52 5 27 463 51 75
Binary 11000100 1110010 10111010 0 101010 101 10111 100110011 101001 111101

Color Harmonies of #C472BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472BA

Black with #C472BA

Text Example


Text Example

White with #C472BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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