Html Css Color HEX #C457BD Fuchsia

📋 copy color: '#C457BD'

red 196 ◦ green 87 ◦ blue 189

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

Shades of Fuchsia #C457BD

Tints of Fuchsia #C457BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 41.53%
G = 18.43%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C457BD (or 0xC457BD) is known color: Fuchsia. HEX triplet: C4, 57 and BD. RGB value is (196,87,189). Sum of RGB (Red+Green+Blue) = 196+87+189=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C457BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457BD is #3BA842. Grayscale: #828282. Windows color (decimal): -3909699 or 12408772. OLE color: 12408772.

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

Color convert

RGB 196 87 189 -
CMYK 0 0.56 0.04 0.23
HSL 303.85º 0.48% 0.55% -
HSV(B) 303.85º 0.56% 0.77% -
XYZ 35.36 22.23 50.57 -
YUV 131.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 196 87 189 0 0.56 0.04 0.23 303.85 0.48 0.55
Hex C4 57 BD 0 38 4 17 130 30 37
Octal 304 127 275 0 70 4 27 460 60 67
Binary 11000100 1010111 10111101 0 111000 100 10111 100110000 110000 110111

Color Harmonies of #C457BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C457BD

Black with #C457BD

Text Example


Text Example

White with #C457BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C457BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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