Html Css Color HEX #C257B8 Fuchsia

📋 copy color: '#C257B8'

red 194 ◦ green 87 ◦ blue 184

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

Shades of Fuchsia #C257B8

Tints of Fuchsia #C257B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.57%

R = 41.72%
G = 18.71%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C257B8 (or 0xC257B8) is known color: Fuchsia. HEX triplet: C2, 57 and B8. RGB value is (194,87,184). Sum of RGB (Red+Green+Blue) = 194+87+184=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C257B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257B8 is #3DA847. Grayscale: #818181. Windows color (decimal): -4040776 or 12081090. OLE color: 12081090.

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

Color convert

RGB 194 87 184 -
CMYK 0 0.55 0.05 0.24
HSL 305.61º 0.47% 0.55% -
HSV(B) 305.61º 0.55% 0.76% -
XYZ 34.31 21.75 47.74 -
YUV 130.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 194 87 184 0 0.55 0.05 0.24 305.61 0.47 0.55
Hex C2 57 B8 0 37 5 18 132 2F 37
Octal 302 127 270 0 67 5 30 462 57 67
Binary 11000010 1010111 10111000 0 110111 101 11000 100110010 101111 110111

Color Harmonies of #C257B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257B8

Black with #C257B8

Text Example


Text Example

White with #C257B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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