Html Css Color HEX #C758BE Fuchsia

📋 copy color: '#C758BE'

red 199 ◦ green 88 ◦ blue 190

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

Shades of Fuchsia #C758BE

Tints of Fuchsia #C758BE

RGB

 RED value IS 199 (78.13% from 255) = 41.72%

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

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

R = 41.72%
G = 18.45%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C758BE (or 0xC758BE) is known color: Fuchsia. HEX triplet: C7, 58 and BE. RGB value is (199,88,190). Sum of RGB (Red+Green+Blue) = 199+88+190=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C758BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758BE is #38A741. Grayscale: #848484. Windows color (decimal): -3712834 or 12474567. OLE color: 12474567.

HSL color Cylindrical-coordinate representation of color #C758BE: hue angle of 304.86º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C758BE is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 88 190 -
CMYK 0 0.56 0.05 0.22
HSL 304.86º 0.5% 0.56% -
HSV(B) 304.86º 0.56% 0.78% -
XYZ 36.34 22.84 51.21 -
YUV 132.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 199 88 190 0 0.56 0.05 0.22 304.86 0.5 0.56
Hex C7 58 BE 0 38 5 16 131 32 38
Octal 307 130 276 0 70 5 26 461 62 70
Binary 11000111 1011000 10111110 0 111000 101 10110 100110001 110010 111000

Color Harmonies of #C758BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758BE

Black with #C758BE

Text Example


Text Example

White with #C758BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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