Html Css Color HEX #C254AE Fuchsia

📋 copy color: '#C254AE'

red 194 ◦ green 84 ◦ blue 174

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

Shades of Fuchsia #C254AE

Tints of Fuchsia #C254AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 42.92%
G = 18.58%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C254AE (or 0xC254AE) is known color: Fuchsia. HEX triplet: C2, 54 and AE. RGB value is (194,84,174). Sum of RGB (Red+Green+Blue) = 194+84+174=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C254AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C254AE is #3DAB51. Grayscale: #7E7E7E. Windows color (decimal): -4041554 or 11424962. OLE color: 11424962.

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

Color convert

RGB 194 84 174 -
CMYK 0 0.57 0.10 0.24
HSL 310.91º 0.47% 0.55% -
HSV(B) 310.91º 0.57% 0.76% -
XYZ 33.06 20.87 42.33 -
YUV 127.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 194 84 174 0 0.57 0.10 0.24 310.91 0.47 0.55
Hex C2 54 AE 0 39 A 18 137 2F 37
Octal 302 124 256 0 71 12 30 467 57 67
Binary 11000010 1010100 10101110 0 111001 1010 11000 100110111 101111 110111

Color Harmonies of #C254AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254AE

Black with #C254AE

Text Example


Text Example

White with #C254AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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