Html Css Color HEX #C250B9 Fuchsia

📋 copy color: '#C250B9'

red 194 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #C250B9

Tints of Fuchsia #C250B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 42.27%
G = 17.43%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C250B9 (or 0xC250B9) is known color: Fuchsia. HEX triplet: C2, 50 and B9. RGB value is (194,80,185). Sum of RGB (Red+Green+Blue) = 194+80+185=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C250B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250B9 is #3DAF46. Grayscale: #7D7D7D. Windows color (decimal): -4042567 or 12144834. OLE color: 12144834.

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

Color convert

RGB 194 80 185 -
CMYK 0 0.59 0.05 0.24
HSL 304.74º 0.48% 0.54% -
HSV(B) 304.74º 0.59% 0.76% -
XYZ 33.87 20.71 48.11 -
YUV 126.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 194 80 185 0 0.59 0.05 0.24 304.74 0.48 0.54
Hex C2 50 B9 0 3B 5 18 131 30 36
Octal 302 120 271 0 73 5 30 461 60 66
Binary 11000010 1010000 10111001 0 111011 101 11000 100110001 110000 110110

Color Harmonies of #C250B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250B9

Black with #C250B9

Text Example


Text Example

White with #C250B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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