Html Css Color HEX #C257B0 Fuchsia

📋 copy color: '#C257B0'

red 194 ◦ green 87 ◦ blue 176

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

Shades of Fuchsia #C257B0

Tints of Fuchsia #C257B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 42.45%
G = 19.04%
B = 38.51%

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

#C257B0 (or 0xC257B0) is known color: Fuchsia. HEX triplet: C2, 57 and B0. RGB value is (194,87,176). Sum of RGB (Red+Green+Blue) = 194+87+176=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C257B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257B0 is #3DA84F. Grayscale: #808080. Windows color (decimal): -4040784 or 11556802. OLE color: 11556802.

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

Color convert

RGB 194 87 176 -
CMYK 0 0.55 0.09 0.24
HSL 310.09º 0.47% 0.55% -
HSV(B) 310.09º 0.55% 0.76% -
XYZ 33.49 21.42 43.44 -
YUV 129.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 194 87 176 0 0.55 0.09 0.24 310.09 0.47 0.55
Hex C2 57 B0 0 37 9 18 136 2F 37
Octal 302 127 260 0 67 11 30 466 57 67
Binary 11000010 1010111 10110000 0 110111 1001 11000 100110110 101111 110111

Color Harmonies of #C257B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257B0

Black with #C257B0

Text Example


Text Example

White with #C257B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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