Html Css Color HEX #C457CA Fuchsia

📋 copy color: '#C457CA'

red 196 ◦ green 87 ◦ blue 202

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

Shades of Fuchsia #C457CA

Tints of Fuchsia #C457CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 40.41%
G = 17.94%
B = 41.65%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C457CA (or 0xC457CA) is known color: Fuchsia. HEX triplet: C4, 57 and CA. RGB value is (196,87,202). Sum of RGB (Red+Green+Blue) = 196+87+202=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #C457CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C457CA is #3BA835. Grayscale: #848484. Windows color (decimal): -3909686 or 13260740. OLE color: 13260740.

HSL color Cylindrical-coordinate representation of color #C457CA: hue angle of 296.87º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C457CA is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 87 202 -
CMYK 0.03 0.57 0 0.21
HSL 296.87º 0.52% 0.57% -
HSV(B) 296.87º 0.57% 0.79% -
XYZ 36.83 22.82 58.34 -
YUV 132.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 196 87 202 0.03 0.57 0 0.21 296.87 0.52 0.57
Hex C4 57 CA 3 39 0 15 129 34 39
Octal 304 127 312 3 71 0 25 451 64 71
Binary 11000100 1010111 11001010 11 111001 0 10101 100101001 110100 111001

Color Harmonies of #C457CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C457CA

Black with #C457CA

Text Example


Text Example

White with #C457CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C457CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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