Html Css Color HEX #C458BA Fuchsia

📋 copy color: '#C458BA'

red 196 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #C458BA

Tints of Fuchsia #C458BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 41.7%
G = 18.72%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C458BA (or 0xC458BA) is known color: Fuchsia. HEX triplet: C4, 58 and BA. RGB value is (196,88,186). Sum of RGB (Red+Green+Blue) = 196+88+186=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BA is #3BA745. Grayscale: #838383. Windows color (decimal): -3909446 or 12212420. OLE color: 12212420.

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

Color convert

RGB 196 88 186 -
CMYK 0 0.55 0.05 0.23
HSL 305.56º 0.48% 0.56% -
HSV(B) 305.56º 0.55% 0.77% -
XYZ 35.12 22.26 48.9 -
YUV 131.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 196 88 186 0 0.55 0.05 0.23 305.56 0.48 0.56
Hex C4 58 BA 0 37 5 17 132 30 38
Octal 304 130 272 0 67 5 27 462 60 70
Binary 11000100 1011000 10111010 0 110111 101 10111 100110010 110000 111000

Color Harmonies of #C458BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458BA

Black with #C458BA

Text Example


Text Example

White with #C458BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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