Html Css Color HEX #C258AD Fuchsia

📋 copy color: '#C258AD'

red 194 ◦ green 88 ◦ blue 173

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

Shades of Fuchsia #C258AD

Tints of Fuchsia #C258AD

RGB

 RED value IS 194 (76.17% from 255) = 42.64%

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

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

R = 42.64%
G = 19.34%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C258AD (or 0xC258AD) is known color: Fuchsia. HEX triplet: C2, 58 and AD. RGB value is (194,88,173). Sum of RGB (Red+Green+Blue) = 194+88+173=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C258AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258AD is #3DA752. Grayscale: #818181. Windows color (decimal): -4040531 or 11360450. OLE color: 11360450.

HSL color Cylindrical-coordinate representation of color #C258AD: hue angle of 311.89º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C258AD is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 173 -
CMYK 0 0.55 0.11 0.24
HSL 311.89º 0.46% 0.55% -
HSV(B) 311.89º 0.55% 0.76% -
XYZ 33.28 21.47 41.92 -
YUV 129.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 194 88 173 0 0.55 0.11 0.24 311.89 0.46 0.55
Hex C2 58 AD 0 37 B 18 138 2E 37
Octal 302 130 255 0 67 13 30 470 56 67
Binary 11000010 1011000 10101101 0 110111 1011 11000 100111000 101110 110111

Color Harmonies of #C258AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258AD

Black with #C258AD

Text Example


Text Example

White with #C258AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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