Html Css Color HEX #C455B7 Fuchsia

📋 copy color: '#C455B7'

red 196 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #C455B7

Tints of Fuchsia #C455B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.44%

R = 42.24%
G = 18.32%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C455B7 (or 0xC455B7) is known color: Fuchsia. HEX triplet: C4, 55 and B7. RGB value is (196,85,183). Sum of RGB (Red+Green+Blue) = 196+85+183=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C455B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455B7 is #3BAA48. Grayscale: #818181. Windows color (decimal): -3910217 or 12015044. OLE color: 12015044.

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

Color convert

RGB 196 85 183 -
CMYK 0 0.57 0.07 0.23
HSL 307.03º 0.48% 0.55% -
HSV(B) 307.03º 0.57% 0.77% -
XYZ 34.56 21.65 47.16 -
YUV 129.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 196 85 183 0 0.57 0.07 0.23 307.03 0.48 0.55
Hex C4 55 B7 0 39 7 17 133 30 37
Octal 304 125 267 0 71 7 27 463 60 67
Binary 11000100 1010101 10110111 0 111001 111 10111 100110011 110000 110111

Color Harmonies of #C455B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455B7

Black with #C455B7

Text Example


Text Example

White with #C455B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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