Html Css Color HEX #C255AC Fuchsia

📋 copy color: '#C255AC'

red 194 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #C255AC

Tints of Fuchsia #C255AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.85%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 43.02%
G = 18.85%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C255AC (or 0xC255AC) is known color: Fuchsia. HEX triplet: C2, 55 and AC. RGB value is (194,85,172). Sum of RGB (Red+Green+Blue) = 194+85+172=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C255AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255AC is #3DAA53. Grayscale: #7F7F7F. Windows color (decimal): -4041300 or 11294146. OLE color: 11294146.

HSL color Cylindrical-coordinate representation of color #C255AC: hue angle of 312.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255AC is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 172 -
CMYK 0 0.56 0.11 0.24
HSL 312.11º 0.47% 0.55% -
HSV(B) 312.11º 0.56% 0.76% -
XYZ 32.94 20.94 41.34 -
YUV 127.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 194 85 172 0 0.56 0.11 0.24 312.11 0.47 0.55
Hex C2 55 AC 0 38 B 18 138 2F 37
Octal 302 125 254 0 70 13 30 470 57 67
Binary 11000010 1010101 10101100 0 111000 1011 11000 100111000 101111 110111

Color Harmonies of #C255AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255AC

Black with #C255AC

Text Example


Text Example

White with #C255AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255AC; }

 p { color: rgb(194,85,172); }

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

background-color css

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

 a { background-color: rgb(194,85,172); }

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

border-color css

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

 span { border-color: rgb(194,85,172); }

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