Html Css Color HEX #C458C0 Fuchsia

📋 copy color: '#C458C0'

red 196 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #C458C0

Tints of Fuchsia #C458C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 41.18%
G = 18.49%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C458C0 (or 0xC458C0) is known color: Fuchsia. HEX triplet: C4, 58 and C0. RGB value is (196,88,192). Sum of RGB (Red+Green+Blue) = 196+88+192=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C458C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458C0 is #3BA73F. Grayscale: #838383. Windows color (decimal): -3909440 or 12605636. OLE color: 12605636.

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

Color convert

RGB 196 88 192 -
CMYK 0 0.55 0.02 0.23
HSL 302.22º 0.48% 0.56% -
HSV(B) 302.22º 0.55% 0.77% -
XYZ 35.77 22.52 52.33 -
YUV 132.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 196 88 192 0 0.55 0.02 0.23 302.22 0.48 0.56
Hex C4 58 C0 0 37 2 17 12E 30 38
Octal 304 130 300 0 67 2 27 456 60 70
Binary 11000100 1011000 11000000 0 110111 10 10111 100101110 110000 111000

Color Harmonies of #C458C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458C0

Black with #C458C0

Text Example


Text Example

White with #C458C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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