Html Css Color HEX #C155AF Fuchsia

📋 copy color: '#C155AF'

red 193 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #C155AF

Tints of Fuchsia #C155AF

RGB

 RED value IS 193 (75.78% from 255) = 42.6%

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

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

R = 42.6%
G = 18.76%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C155AF (or 0xC155AF) is known color: Fuchsia. HEX triplet: C1, 55 and AF. RGB value is (193,85,175). Sum of RGB (Red+Green+Blue) = 193+85+175=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C155AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155AF is #3EAA50. Grayscale: #7F7F7F. Windows color (decimal): -4106833 or 11490753. OLE color: 11490753.

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

Color convert

RGB 193 85 175 -
CMYK 0 0.56 0.09 0.24
HSL 310º 0.47% 0.55% -
HSV(B) 310º 0.56% 0.76% -
XYZ 32.98 20.93 42.86 -
YUV 127.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 193 85 175 0 0.56 0.09 0.24 310 0.47 0.55
Hex C1 55 AF 0 38 9 18 136 2F 37
Octal 301 125 257 0 70 11 30 466 57 67
Binary 11000001 1010101 10101111 0 111000 1001 11000 100110110 101111 110111

Color Harmonies of #C155AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155AF

Black with #C155AF

Text Example


Text Example

White with #C155AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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