Html Css Color HEX #C257BA Fuchsia

📋 copy color: '#C257BA'

red 194 ◦ green 87 ◦ blue 186

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

Shades of Fuchsia #C257BA

Tints of Fuchsia #C257BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.63%

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

R = 41.54%
G = 18.63%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C257BA (or 0xC257BA) is known color: Fuchsia. HEX triplet: C2, 57 and BA. RGB value is (194,87,186). Sum of RGB (Red+Green+Blue) = 194+87+186=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C257BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257BA is #3DA845. Grayscale: #818181. Windows color (decimal): -4040774 or 12212162. OLE color: 12212162.

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

Color convert

RGB 194 87 186 -
CMYK 0 0.55 0.04 0.24
HSL 304.49º 0.47% 0.55% -
HSV(B) 304.49º 0.55% 0.76% -
XYZ 34.52 21.83 48.85 -
YUV 130.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 194 87 186 0 0.55 0.04 0.24 304.49 0.47 0.55
Hex C2 57 BA 0 37 4 18 130 2F 37
Octal 302 127 272 0 67 4 30 460 57 67
Binary 11000010 1010111 10111010 0 110111 100 11000 100110000 101111 110111

Color Harmonies of #C257BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257BA

Black with #C257BA

Text Example


Text Example

White with #C257BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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