Html Css Color HEX #C472BF Fuchsia

📋 copy color: '#C472BF'

red 196 ◦ green 114 ◦ blue 191

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

Shades of Fuchsia #C472BF

Tints of Fuchsia #C472BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.12%

R = 39.12%
G = 22.75%
B = 38.12%

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

#C472BF (or 0xC472BF) is known color: Fuchsia. HEX triplet: C4, 72 and BF. RGB value is (196,114,191). Sum of RGB (Red+Green+Blue) = 196+114+191=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C472BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472BF is #3B8D40. Grayscale: #939393. Windows color (decimal): -3902785 or 12546756. OLE color: 12546756.

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

Color convert

RGB 196 114 191 -
CMYK 0 0.42 0.03 0.23
HSL 303.66º 0.41% 0.61% -
HSV(B) 303.66º 0.42% 0.77% -
XYZ 38.19 27.53 52.59 -
YUV 147.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 196 114 191 0 0.42 0.03 0.23 303.66 0.41 0.61
Hex C4 72 BF 0 2A 3 17 130 29 3D
Octal 304 162 277 0 52 3 27 460 51 75
Binary 11000100 1110010 10111111 0 101010 11 10111 100110000 101001 111101

Color Harmonies of #C472BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472BF

Black with #C472BF

Text Example


Text Example

White with #C472BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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