Html Css Color HEX #C458B7 Fuchsia

📋 copy color: '#C458B7'

red 196 ◦ green 88 ◦ blue 183

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

Shades of Fuchsia #C458B7

Tints of Fuchsia #C458B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.19%

R = 41.97%
G = 18.84%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C458B7 (or 0xC458B7) is known color: Fuchsia. HEX triplet: C4, 58 and B7. RGB value is (196,88,183). Sum of RGB (Red+Green+Blue) = 196+88+183=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C458B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458B7 is #3BA748. Grayscale: #828282. Windows color (decimal): -3909449 or 12015812. OLE color: 12015812.

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

Color convert

RGB 196 88 183 -
CMYK 0 0.55 0.07 0.23
HSL 307.22º 0.48% 0.56% -
HSV(B) 307.22º 0.55% 0.77% -
XYZ 34.8 22.13 47.24 -
YUV 131.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 196 88 183 0 0.55 0.07 0.23 307.22 0.48 0.56
Hex C4 58 B7 0 37 7 17 133 30 38
Octal 304 130 267 0 67 7 27 463 60 70
Binary 11000100 1011000 10110111 0 110111 111 10111 100110011 110000 111000

Color Harmonies of #C458B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458B7

Black with #C458B7

Text Example


Text Example

White with #C458B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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