Html Css Color HEX #C254BD Fuchsia

📋 copy color: '#C254BD'

red 194 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #C254BD

Tints of Fuchsia #C254BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 41.54%
G = 17.99%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C254BD (or 0xC254BD) is known color: Fuchsia. HEX triplet: C2, 54 and BD. RGB value is (194,84,189). Sum of RGB (Red+Green+Blue) = 194+84+189=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C254BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254BD is #3DAB42. Grayscale: #808080. Windows color (decimal): -4041539 or 12408002. OLE color: 12408002.

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

Color convert

RGB 194 84 189 -
CMYK 0 0.57 0.03 0.24
HSL 302.73º 0.47% 0.55% -
HSV(B) 302.73º 0.57% 0.76% -
XYZ 34.6 21.48 50.47 -
YUV 128.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 194 84 189 0 0.57 0.03 0.24 302.73 0.47 0.55
Hex C2 54 BD 0 39 3 18 12F 2F 37
Octal 302 124 275 0 71 3 30 457 57 67
Binary 11000010 1010100 10111101 0 111001 11 11000 100101111 101111 110111

Color Harmonies of #C254BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254BD

Black with #C254BD

Text Example


Text Example

White with #C254BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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