Html Css Color HEX #C257A8 Fuchsia

📋 copy color: '#C257A8'

red 194 ◦ green 87 ◦ blue 168

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

Shades of Fuchsia #C257A8

Tints of Fuchsia #C257A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 43.21%
G = 19.38%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C257A8 (or 0xC257A8) is known color: Fuchsia. HEX triplet: C2, 57 and A8. RGB value is (194,87,168). Sum of RGB (Red+Green+Blue) = 194+87+168=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C257A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257A8 is #3DA857. Grayscale: #808080. Windows color (decimal): -4040792 or 11032514. OLE color: 11032514.

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

Color convert

RGB 194 87 168 -
CMYK 0 0.55 0.13 0.24
HSL 314.58º 0.47% 0.55% -
HSV(B) 314.58º 0.55% 0.76% -
XYZ 32.72 21.11 39.4 -
YUV 128.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 194 87 168 0 0.55 0.13 0.24 314.58 0.47 0.55
Hex C2 57 A8 0 37 D 18 13B 2F 37
Octal 302 127 250 0 67 15 30 473 57 67
Binary 11000010 1010111 10101000 0 110111 1101 11000 100111011 101111 110111

Color Harmonies of #C257A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257A8

Black with #C257A8

Text Example


Text Example

White with #C257A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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