Html Css Color HEX #C458B9 Fuchsia

📋 copy color: '#C458B9'

red 196 ◦ green 88 ◦ blue 185

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

Shades of Fuchsia #C458B9

Tints of Fuchsia #C458B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.45%

R = 41.79%
G = 18.76%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C458B9 (or 0xC458B9) is known color: Fuchsia. HEX triplet: C4, 58 and B9. RGB value is (196,88,185). Sum of RGB (Red+Green+Blue) = 196+88+185=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C458B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458B9 is #3BA746. Grayscale: #838383. Windows color (decimal): -3909447 or 12146884. OLE color: 12146884.

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

Color convert

RGB 196 88 185 -
CMYK 0 0.55 0.06 0.23
HSL 306.11º 0.48% 0.56% -
HSV(B) 306.11º 0.55% 0.77% -
XYZ 35.01 22.22 48.34 -
YUV 131.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 196 88 185 0 0.55 0.06 0.23 306.11 0.48 0.56
Hex C4 58 B9 0 37 6 17 132 30 38
Octal 304 130 271 0 67 6 27 462 60 70
Binary 11000100 1011000 10111001 0 110111 110 10111 100110010 110000 111000

Color Harmonies of #C458B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458B9

Black with #C458B9

Text Example


Text Example

White with #C458B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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