Html Css Color HEX #C250BB Fuchsia

📋 copy color: '#C250BB'

red 194 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #C250BB

Tints of Fuchsia #C250BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 42.08%
G = 17.35%
B = 40.56%

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

#C250BB (or 0xC250BB) is known color: Fuchsia. HEX triplet: C2, 50 and BB. RGB value is (194,80,187). Sum of RGB (Red+Green+Blue) = 194+80+187=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C250BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250BB is #3DAF44. Grayscale: #7D7D7D. Windows color (decimal): -4042565 or 12275906. OLE color: 12275906.

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

Color convert

RGB 194 80 187 -
CMYK 0 0.59 0.04 0.24
HSL 303.68º 0.48% 0.54% -
HSV(B) 303.68º 0.59% 0.76% -
XYZ 34.09 20.79 49.23 -
YUV 126.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 194 80 187 0 0.59 0.04 0.24 303.68 0.48 0.54
Hex C2 50 BB 0 3B 4 18 130 30 36
Octal 302 120 273 0 73 4 30 460 60 66
Binary 11000010 1010000 10111011 0 111011 100 11000 100110000 110000 110110

Color Harmonies of #C250BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250BB

Black with #C250BB

Text Example


Text Example

White with #C250BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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