Html Css Color HEX #C254AB Fuchsia

📋 copy color: '#C254AB'

red 194 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #C254AB

Tints of Fuchsia #C254AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

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

R = 43.21%
G = 18.71%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C254AB (or 0xC254AB) is known color: Fuchsia. HEX triplet: C2, 54 and AB. RGB value is (194,84,171). Sum of RGB (Red+Green+Blue) = 194+84+171=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C254AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C254AB is #3DAB54. Grayscale: #7E7E7E. Windows color (decimal): -4041557 or 11228354. OLE color: 11228354.

HSL color Cylindrical-coordinate representation of color #C254AB: hue angle of 312.55º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C254AB is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 171 -
CMYK 0 0.57 0.12 0.24
HSL 312.55º 0.47% 0.55% -
HSV(B) 312.55º 0.57% 0.76% -
XYZ 32.77 20.75 40.81 -
YUV 126.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 194 84 171 0 0.57 0.12 0.24 312.55 0.47 0.55
Hex C2 54 AB 0 39 C 18 139 2F 37
Octal 302 124 253 0 71 14 30 471 57 67
Binary 11000010 1010100 10101011 0 111001 1100 11000 100111001 101111 110111

Color Harmonies of #C254AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254AB

Black with #C254AB

Text Example


Text Example

White with #C254AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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