Html Css Color HEX #C472B1 Fuchsia

📋 copy color: '#C472B1'

red 196 ◦ green 114 ◦ blue 177

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

Shades of Fuchsia #C472B1

Tints of Fuchsia #C472B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 40.25%
G = 23.41%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C472B1 (or 0xC472B1) is known color: Fuchsia. HEX triplet: C4, 72 and B1. RGB value is (196,114,177). Sum of RGB (Red+Green+Blue) = 196+114+177=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C472B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472B1 is #3B8D4E. Grayscale: #919191. Windows color (decimal): -3902799 or 11629252. OLE color: 11629252.

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

Color convert

RGB 196 114 177 -
CMYK 0 0.42 0.10 0.23
HSL 313.9º 0.41% 0.61% -
HSV(B) 313.9º 0.42% 0.77% -
XYZ 36.72 26.94 44.86 -
YUV 145.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 196 114 177 0 0.42 0.10 0.23 313.9 0.41 0.61
Hex C4 72 B1 0 2A A 17 13A 29 3D
Octal 304 162 261 0 52 12 27 472 51 75
Binary 11000100 1110010 10110001 0 101010 1010 10111 100111010 101001 111101

Color Harmonies of #C472B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472B1

Black with #C472B1

Text Example


Text Example

White with #C472B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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