Html Css Color HEX #C458B3 Fuchsia

📋 copy color: '#C458B3'

red 196 ◦ green 88 ◦ blue 179

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

Shades of Fuchsia #C458B3

Tints of Fuchsia #C458B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 42.33%
G = 19.01%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C458B3 (or 0xC458B3) is known color: Fuchsia. HEX triplet: C4, 58 and B3. RGB value is (196,88,179). Sum of RGB (Red+Green+Blue) = 196+88+179=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C458B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458B3 is #3BA74C. Grayscale: #828282. Windows color (decimal): -3909453 or 11753668. OLE color: 11753668.

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

Color convert

RGB 196 88 179 -
CMYK 0 0.55 0.09 0.23
HSL 309.44º 0.48% 0.56% -
HSV(B) 309.44º 0.55% 0.77% -
XYZ 34.39 21.97 45.08 -
YUV 130.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 196 88 179 0 0.55 0.09 0.23 309.44 0.48 0.56
Hex C4 58 B3 0 37 9 17 135 30 38
Octal 304 130 263 0 67 11 27 465 60 70
Binary 11000100 1011000 10110011 0 110111 1001 10111 100110101 110000 111000

Color Harmonies of #C458B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458B3

Black with #C458B3

Text Example


Text Example

White with #C458B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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