Html Css Color HEX #C458BE Fuchsia

📋 copy color: '#C458BE'

red 196 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #C458BE

Tints of Fuchsia #C458BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 41.35%
G = 18.57%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C458BE (or 0xC458BE) is known color: Fuchsia. HEX triplet: C4, 58 and BE. RGB value is (196,88,190). Sum of RGB (Red+Green+Blue) = 196+88+190=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BE is #3BA741. Grayscale: #838383. Windows color (decimal): -3909442 or 12474564. OLE color: 12474564.

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

Color convert

RGB 196 88 190 -
CMYK 0 0.55 0.03 0.23
HSL 303.33º 0.48% 0.56% -
HSV(B) 303.33º 0.55% 0.77% -
XYZ 35.55 22.43 51.17 -
YUV 131.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 196 88 190 0 0.55 0.03 0.23 303.33 0.48 0.56
Hex C4 58 BE 0 37 3 17 12F 30 38
Octal 304 130 276 0 67 3 27 457 60 70
Binary 11000100 1011000 10111110 0 110111 11 10111 100101111 110000 111000

Color Harmonies of #C458BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458BE

Black with #C458BE

Text Example


Text Example

White with #C458BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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