Html Css Color HEX #C254AF Fuchsia

📋 copy color: '#C254AF'

red 194 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #C254AF

Tints of Fuchsia #C254AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 42.83%
G = 18.54%
B = 38.63%

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

#C254AF (or 0xC254AF) is known color: Fuchsia. HEX triplet: C2, 54 and AF. RGB value is (194,84,175). Sum of RGB (Red+Green+Blue) = 194+84+175=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C254AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C254AF is #3DAB50. Grayscale: #7F7F7F. Windows color (decimal): -4041553 or 11490498. OLE color: 11490498.

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

Color convert

RGB 194 84 175 -
CMYK 0 0.57 0.10 0.24
HSL 310.36º 0.47% 0.55% -
HSV(B) 310.36º 0.57% 0.76% -
XYZ 33.16 20.91 42.85 -
YUV 127.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 194 84 175 0 0.57 0.10 0.24 310.36 0.47 0.55
Hex C2 54 AF 0 39 A 18 136 2F 37
Octal 302 124 257 0 71 12 30 466 57 67
Binary 11000010 1010100 10101111 0 111001 1010 11000 100110110 101111 110111

Color Harmonies of #C254AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254AF

Black with #C254AF

Text Example


Text Example

White with #C254AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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