Html Css Color HEX #C231BA Fuchsia

📋 copy color: '#C231BA'

red 194 ◦ green 49 ◦ blue 186

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

Shades of Fuchsia #C231BA

Tints of Fuchsia #C231BA

RGB

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

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

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

R = 45.22%
G = 11.42%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C231BA (or 0xC231BA) is known color: Fuchsia. HEX triplet: C2, 31 and BA. RGB value is (194,49,186). Sum of RGB (Red+Green+Blue) = 194+49+186=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C231BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231BA is #3DCE45. Grayscale: #6B6B6B. Windows color (decimal): -4050502 or 12202434. OLE color: 12202434.

HSL color Cylindrical-coordinate representation of color #C231BA: hue angle of 303.31º 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 #C231BA is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 186 -
CMYK 0 0.75 0.04 0.24
HSL 303.31º 0.6% 0.48% -
HSV(B) 303.31º 0.75% 0.76% -
XYZ 32.21 17.21 48.08 -
YUV 107.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 194 49 186 0 0.75 0.04 0.24 303.31 0.6 0.48
Hex C2 31 BA 0 4B 4 18 12F 3C 30
Octal 302 61 272 0 113 4 30 457 74 60
Binary 11000010 110001 10111010 0 1001011 100 11000 100101111 111100 110000

Color Harmonies of #C231BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231BA

Black with #C231BA

Text Example


Text Example

White with #C231BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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