Html Css Color HEX #C254BA Fuchsia

📋 copy color: '#C254BA'

red 194 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #C254BA

Tints of Fuchsia #C254BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 41.81%
G = 18.1%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C254BA (or 0xC254BA) is known color: Fuchsia. HEX triplet: C2, 54 and BA. RGB value is (194,84,186). Sum of RGB (Red+Green+Blue) = 194+84+186=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C254BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254BA is #3DAB45. Grayscale: #808080. Windows color (decimal): -4041542 or 12211394. OLE color: 12211394.

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

Color convert

RGB 194 84 186 -
CMYK 0 0.57 0.04 0.24
HSL 304.36º 0.47% 0.55% -
HSV(B) 304.36º 0.57% 0.76% -
XYZ 34.28 21.36 48.77 -
YUV 128.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 194 84 186 0 0.57 0.04 0.24 304.36 0.47 0.55
Hex C2 54 BA 0 39 4 18 130 2F 37
Octal 302 124 272 0 71 4 30 460 57 67
Binary 11000010 1010100 10111010 0 111001 100 11000 100110000 101111 110111

Color Harmonies of #C254BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254BA

Black with #C254BA

Text Example


Text Example

White with #C254BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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