Html Css Color HEX #C472BE Fuchsia

📋 copy color: '#C472BE'

red 196 ◦ green 114 ◦ blue 190

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

Shades of Fuchsia #C472BE

Tints of Fuchsia #C472BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38%

R = 39.2%
G = 22.8%
B = 38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C472BE (or 0xC472BE) is known color: Fuchsia. HEX triplet: C4, 72 and BE. RGB value is (196,114,190). Sum of RGB (Red+Green+Blue) = 196+114+190=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C472BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472BE is #3B8D41. Grayscale: #929292. Windows color (decimal): -3902786 or 12481220. OLE color: 12481220.

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

Color convert

RGB 196 114 190 -
CMYK 0 0.42 0.03 0.23
HSL 304.39º 0.41% 0.61% -
HSV(B) 304.39º 0.42% 0.77% -
XYZ 38.08 27.49 52.01 -
YUV 147.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 196 114 190 0 0.42 0.03 0.23 304.39 0.41 0.61
Hex C4 72 BE 0 2A 3 17 130 29 3D
Octal 304 162 276 0 52 3 27 460 51 75
Binary 11000100 1110010 10111110 0 101010 11 10111 100110000 101001 111101

Color Harmonies of #C472BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472BE

Black with #C472BE

Text Example


Text Example

White with #C472BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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