Html Css Color HEX #C254B4 Fuchsia

📋 copy color: '#C254B4'

red 194 ◦ green 84 ◦ blue 180

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

Shades of Fuchsia #C254B4

Tints of Fuchsia #C254B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 42.36%
G = 18.34%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C254B4 (or 0xC254B4) is known color: Fuchsia. HEX triplet: C2, 54 and B4. RGB value is (194,84,180). Sum of RGB (Red+Green+Blue) = 194+84+180=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C254B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254B4 is #3DAB4B. Grayscale: #7F7F7F. Windows color (decimal): -4041548 or 11818178. OLE color: 11818178.

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

Color convert

RGB 194 84 180 -
CMYK 0 0.57 0.07 0.24
HSL 307.64º 0.47% 0.55% -
HSV(B) 307.64º 0.57% 0.76% -
XYZ 33.66 21.11 45.48 -
YUV 127.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 194 84 180 0 0.57 0.07 0.24 307.64 0.47 0.55
Hex C2 54 B4 0 39 7 18 134 2F 37
Octal 302 124 264 0 71 7 30 464 57 67
Binary 11000010 1010100 10110100 0 111001 111 11000 100110100 101111 110111

Color Harmonies of #C254B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254B4

Black with #C254B4

Text Example


Text Example

White with #C254B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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