Html Css Color HEX #C257B1 Fuchsia

📋 copy color: '#C257B1'

red 194 ◦ green 87 ◦ blue 177

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

Shades of Fuchsia #C257B1

Tints of Fuchsia #C257B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 42.36%
G = 19%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C257B1 (or 0xC257B1) is known color: Fuchsia. HEX triplet: C2, 57 and B1. RGB value is (194,87,177). Sum of RGB (Red+Green+Blue) = 194+87+177=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C257B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257B1 is #3DA84E. Grayscale: #818181. Windows color (decimal): -4040783 or 11622338. OLE color: 11622338.

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

Color convert

RGB 194 87 177 -
CMYK 0 0.55 0.09 0.24
HSL 309.53º 0.47% 0.55% -
HSV(B) 309.53º 0.55% 0.76% -
XYZ 33.59 21.46 43.97 -
YUV 129.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 194 87 177 0 0.55 0.09 0.24 309.53 0.47 0.55
Hex C2 57 B1 0 37 9 18 136 2F 37
Octal 302 127 261 0 67 11 30 466 57 67
Binary 11000010 1010111 10110001 0 110111 1001 11000 100110110 101111 110111

Color Harmonies of #C257B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257B1

Black with #C257B1

Text Example


Text Example

White with #C257B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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