Html Css Color HEX #C458AD Fuchsia

📋 copy color: '#C458AD'

red 196 ◦ green 88 ◦ blue 173

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

Shades of Fuchsia #C458AD

Tints of Fuchsia #C458AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.26%

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 42.89%
G = 19.26%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C458AD (or 0xC458AD) is known color: Fuchsia. HEX triplet: C4, 58 and AD. RGB value is (196,88,173). Sum of RGB (Red+Green+Blue) = 196+88+173=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C458AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458AD is #3BA752. Grayscale: #818181. Windows color (decimal): -3909459 or 11360452. OLE color: 11360452.

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

Color convert

RGB 196 88 173 -
CMYK 0 0.55 0.12 0.23
HSL 312.78º 0.48% 0.56% -
HSV(B) 312.78º 0.55% 0.77% -
XYZ 33.8 21.73 41.95 -
YUV 129.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 196 88 173 0 0.55 0.12 0.23 312.78 0.48 0.56
Hex C4 58 AD 0 37 C 17 139 30 38
Octal 304 130 255 0 67 14 27 471 60 70
Binary 11000100 1011000 10101101 0 110111 1100 10111 100111001 110000 111000

Color Harmonies of #C458AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458AD

Black with #C458AD

Text Example


Text Example

White with #C458AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458AD; }

 p { color: rgb(196,88,173); }

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

background-color css

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

 a { background-color: rgb(196,88,173); }

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

border-color css

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

 span { border-color: rgb(196,88,173); }

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