Html Css Color HEX #C250BD Fuchsia

📋 copy color: '#C250BD'

red 194 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #C250BD

Tints of Fuchsia #C250BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 41.9%
G = 17.28%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C250BD (or 0xC250BD) is known color: Fuchsia. HEX triplet: C2, 50 and BD. RGB value is (194,80,189). Sum of RGB (Red+Green+Blue) = 194+80+189=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C250BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250BD is #3DAF42. Grayscale: #7E7E7E. Windows color (decimal): -4042563 or 12406978. OLE color: 12406978.

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

Color convert

RGB 194 80 189 -
CMYK 0 0.59 0.03 0.24
HSL 302.63º 0.48% 0.54% -
HSV(B) 302.63º 0.59% 0.76% -
XYZ 34.3 20.88 50.37 -
YUV 126.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 194 80 189 0 0.59 0.03 0.24 302.63 0.48 0.54
Hex C2 50 BD 0 3B 3 18 12F 30 36
Octal 302 120 275 0 73 3 30 457 60 66
Binary 11000010 1010000 10111101 0 111011 11 11000 100101111 110000 110110

Color Harmonies of #C250BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250BD

Black with #C250BD

Text Example


Text Example

White with #C250BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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