Html Css Color HEX #C254AA Fuchsia

📋 copy color: '#C254AA'

red 194 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #C254AA

Tints of Fuchsia #C254AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 43.3%
G = 18.75%
B = 37.95%

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

#C254AA (or 0xC254AA) is known color: Fuchsia. HEX triplet: C2, 54 and AA. RGB value is (194,84,170). Sum of RGB (Red+Green+Blue) = 194+84+170=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C254AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C254AA is #3DAB55. Grayscale: #7E7E7E. Windows color (decimal): -4041558 or 11162818. OLE color: 11162818.

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

Color convert

RGB 194 84 170 -
CMYK 0 0.57 0.12 0.24
HSL 313.09º 0.47% 0.55% -
HSV(B) 313.09º 0.57% 0.76% -
XYZ 32.67 20.71 40.31 -
YUV 126.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 194 84 170 0 0.57 0.12 0.24 313.09 0.47 0.55
Hex C2 54 AA 0 39 C 18 139 2F 37
Octal 302 124 252 0 71 14 30 471 57 67
Binary 11000010 1010100 10101010 0 111001 1100 11000 100111001 101111 110111

Color Harmonies of #C254AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254AA

Black with #C254AA

Text Example


Text Example

White with #C254AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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