Html Css Color HEX #C457C2 Fuchsia

📋 copy color: '#C457C2'

red 196 ◦ green 87 ◦ blue 194

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

Shades of Fuchsia #C457C2

Tints of Fuchsia #C457C2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.24%

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

R = 41.09%
G = 18.24%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C457C2 (or 0xC457C2) is known color: Fuchsia. HEX triplet: C4, 57 and C2. RGB value is (196,87,194). Sum of RGB (Red+Green+Blue) = 196+87+194=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C457C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457C2 is #3BA83D. Grayscale: #838383. Windows color (decimal): -3909694 or 12736452. OLE color: 12736452.

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

Color convert

RGB 196 87 194 -
CMYK 0 0.56 0.01 0.23
HSL 301.1º 0.48% 0.55% -
HSV(B) 301.1º 0.56% 0.77% -
XYZ 35.91 22.45 53.48 -
YUV 131.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 196 87 194 0 0.56 0.01 0.23 301.1 0.48 0.55
Hex C4 57 C2 0 38 1 17 12D 30 37
Octal 304 127 302 0 70 1 27 455 60 67
Binary 11000100 1010111 11000010 0 111000 1 10111 100101101 110000 110111

Color Harmonies of #C457C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C457C2

Black with #C457C2

Text Example


Text Example

White with #C457C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C457C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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