Html Css Color HEX #C455BA Fuchsia

📋 copy color: '#C455BA'

red 196 ◦ green 85 ◦ blue 186

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

Shades of Fuchsia #C455BA

Tints of Fuchsia #C455BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 41.97%
G = 18.2%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C455BA (or 0xC455BA) is known color: Fuchsia. HEX triplet: C4, 55 and BA. RGB value is (196,85,186). Sum of RGB (Red+Green+Blue) = 196+85+186=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C455BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455BA is #3BAA45. Grayscale: #818181. Windows color (decimal): -3910214 or 12211652. OLE color: 12211652.

HSL color Cylindrical-coordinate representation of color #C455BA: hue angle of 305.41º 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 #C455BA is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 186 -
CMYK 0 0.57 0.05 0.23
HSL 305.41º 0.48% 0.55% -
HSV(B) 305.41º 0.57% 0.77% -
XYZ 34.88 21.78 48.82 -
YUV 129.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 196 85 186 0 0.57 0.05 0.23 305.41 0.48 0.55
Hex C4 55 BA 0 39 5 17 131 30 37
Octal 304 125 272 0 71 5 27 461 60 67
Binary 11000100 1010101 10111010 0 111001 101 10111 100110001 110000 110111

Color Harmonies of #C455BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455BA

Black with #C455BA

Text Example


Text Example

White with #C455BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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