Html Css Color HEX #C231BF Fuchsia

📋 copy color: '#C231BF'

red 194 ◦ green 49 ◦ blue 191

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

Shades of Fuchsia #C231BF

Tints of Fuchsia #C231BF

RGB

 RED value IS 194 (76.17% from 255) = 44.7%

 GREEN value IS 49 (19.53% from 255) = 11.29%

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

R = 44.7%
G = 11.29%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C231BF (or 0xC231BF) is known color: Fuchsia. HEX triplet: C2, 31 and BF. RGB value is (194,49,191). Sum of RGB (Red+Green+Blue) = 194+49+191=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C231BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231BF is #3DCE40. Grayscale: #6C6C6C. Windows color (decimal): -4050497 or 12530114. OLE color: 12530114.

HSL color Cylindrical-coordinate representation of color #C231BF: hue angle of 301.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231BF is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 191 -
CMYK 0 0.75 0.02 0.24
HSL 301.24º 0.6% 0.48% -
HSV(B) 301.24º 0.75% 0.76% -
XYZ 32.75 17.43 50.93 -
YUV 108.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 194 49 191 0 0.75 0.02 0.24 301.24 0.6 0.48
Hex C2 31 BF 0 4B 2 18 12D 3C 30
Octal 302 61 277 0 113 2 30 455 74 60
Binary 11000010 110001 10111111 0 1001011 10 11000 100101101 111100 110000

Color Harmonies of #C231BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231BF

Black with #C231BF

Text Example


Text Example

White with #C231BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231BF; }

 p { color: rgb(194,49,191); }

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

background-color css

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

 a { background-color: rgb(194,49,191); }

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

border-color css

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

 span { border-color: rgb(194,49,191); }

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