Html Css Color HEX #C257AB Fuchsia

📋 copy color: '#C257AB'

red 194 ◦ green 87 ◦ blue 171

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

Shades of Fuchsia #C257AB

Tints of Fuchsia #C257AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 42.92%
G = 19.25%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C257AB (or 0xC257AB) is known color: Fuchsia. HEX triplet: C2, 57 and AB. RGB value is (194,87,171). Sum of RGB (Red+Green+Blue) = 194+87+171=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C257AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C257AB is #3DA854. Grayscale: #808080. Windows color (decimal): -4040789 or 11229122. OLE color: 11229122.

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

Color convert

RGB 194 87 171 -
CMYK 0 0.55 0.12 0.24
HSL 312.9º 0.47% 0.55% -
HSV(B) 312.9º 0.55% 0.76% -
XYZ 33.01 21.23 40.89 -
YUV 128.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 194 87 171 0 0.55 0.12 0.24 312.9 0.47 0.55
Hex C2 57 AB 0 37 C 18 139 2F 37
Octal 302 127 253 0 67 14 30 471 57 67
Binary 11000010 1010111 10101011 0 110111 1100 11000 100111001 101111 110111

Color Harmonies of #C257AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257AB

Black with #C257AB

Text Example


Text Example

White with #C257AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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