Html Css Color HEX #C250BA Fuchsia

📋 copy color: '#C250BA'

red 194 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #C250BA

Tints of Fuchsia #C250BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

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

R = 42.17%
G = 17.39%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C250BA (or 0xC250BA) is known color: Fuchsia. HEX triplet: C2, 50 and BA. RGB value is (194,80,186). Sum of RGB (Red+Green+Blue) = 194+80+186=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C250BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250BA is #3DAF45. Grayscale: #7D7D7D. Windows color (decimal): -4042566 or 12210370. OLE color: 12210370.

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

Color convert

RGB 194 80 186 -
CMYK 0 0.59 0.04 0.24
HSL 304.21º 0.48% 0.54% -
HSV(B) 304.21º 0.59% 0.76% -
XYZ 33.98 20.75 48.67 -
YUV 126.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 194 80 186 0 0.59 0.04 0.24 304.21 0.48 0.54
Hex C2 50 BA 0 3B 4 18 130 30 36
Octal 302 120 272 0 73 4 30 460 60 66
Binary 11000010 1010000 10111010 0 111011 100 11000 100110000 110000 110110

Color Harmonies of #C250BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250BA

Black with #C250BA

Text Example


Text Example

White with #C250BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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