Html Css Color HEX #C455AF Fuchsia

📋 copy color: '#C455AF'

red 196 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #C455AF

Tints of Fuchsia #C455AF

RGB

 RED value IS 196 (76.95% from 255) = 42.98%

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

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

R = 42.98%
G = 18.64%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C455AF (or 0xC455AF) is known color: Fuchsia. HEX triplet: C4, 55 and AF. RGB value is (196,85,175). Sum of RGB (Red+Green+Blue) = 196+85+175=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C455AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455AF is #3BAA50. Grayscale: #808080. Windows color (decimal): -3910225 or 11490756. OLE color: 11490756.

HSL color Cylindrical-coordinate representation of color #C455AF: hue angle of 311.35º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455AF is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 175 -
CMYK 0 0.57 0.11 0.23
HSL 311.35º 0.48% 0.55% -
HSV(B) 311.35º 0.57% 0.77% -
XYZ 33.75 21.33 42.9 -
YUV 128.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 196 85 175 0 0.57 0.11 0.23 311.35 0.48 0.55
Hex C4 55 AF 0 39 B 17 137 30 37
Octal 304 125 257 0 71 13 27 467 60 67
Binary 11000100 1010101 10101111 0 111001 1011 10111 100110111 110000 110111

Color Harmonies of #C455AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455AF

Black with #C455AF

Text Example


Text Example

White with #C455AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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