Html Css Color HEX #C255AF Fuchsia

📋 copy color: '#C255AF'

red 194 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #C255AF

Tints of Fuchsia #C255AF

RGB

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

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

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

R = 42.73%
G = 18.72%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C255AF (or 0xC255AF) is known color: Fuchsia. HEX triplet: C2, 55 and AF. RGB value is (194,85,175). Sum of RGB (Red+Green+Blue) = 194+85+175=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C255AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255AF is #3DAA50. Grayscale: #7F7F7F. Windows color (decimal): -4041297 or 11490754. OLE color: 11490754.

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

Color convert

RGB 194 85 175 -
CMYK 0 0.56 0.10 0.24
HSL 310.46º 0.47% 0.55% -
HSV(B) 310.46º 0.56% 0.76% -
XYZ 33.23 21.06 42.87 -
YUV 127.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 194 85 175 0 0.56 0.10 0.24 310.46 0.47 0.55
Hex C2 55 AF 0 38 A 18 136 2F 37
Octal 302 125 257 0 70 12 30 466 57 67
Binary 11000010 1010101 10101111 0 111000 1010 11000 100110110 101111 110111

Color Harmonies of #C255AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255AF

Black with #C255AF

Text Example


Text Example

White with #C255AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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