Html Css Color HEX #C455C2 Fuchsia

📋 copy color: '#C455C2'

red 196 ◦ green 85 ◦ blue 194

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

Shades of Fuchsia #C455C2

Tints of Fuchsia #C455C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 41.26%
G = 17.89%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C455C2 (or 0xC455C2) is known color: Fuchsia. HEX triplet: C4, 55 and C2. RGB value is (196,85,194). Sum of RGB (Red+Green+Blue) = 196+85+194=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C455C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455C2 is #3BAA3D. Grayscale: #828282. Windows color (decimal): -3910206 or 12735940. OLE color: 12735940.

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

Color convert

RGB 196 85 194 -
CMYK 0 0.57 0.01 0.23
HSL 301.08º 0.48% 0.55% -
HSV(B) 301.08º 0.57% 0.77% -
XYZ 35.75 22.13 53.43 -
YUV 130.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 196 85 194 0 0.57 0.01 0.23 301.08 0.48 0.55
Hex C4 55 C2 0 39 1 17 12D 30 37
Octal 304 125 302 0 71 1 27 455 60 67
Binary 11000100 1010101 11000010 0 111001 1 10111 100101101 110000 110111

Color Harmonies of #C455C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455C2

Black with #C455C2

Text Example


Text Example

White with #C455C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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