Html Css Color HEX #C758BA Fuchsia

📋 copy color: '#C758BA'

red 199 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #C758BA

Tints of Fuchsia #C758BA

RGB

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

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

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

R = 42.07%
G = 18.6%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C758BA (or 0xC758BA) is known color: Fuchsia. HEX triplet: C7, 58 and BA. RGB value is (199,88,186). Sum of RGB (Red+Green+Blue) = 199+88+186=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C758BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758BA is #38A745. Grayscale: #848484. Windows color (decimal): -3712838 or 12212423. OLE color: 12212423.

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

Color convert

RGB 199 88 186 -
CMYK 0 0.56 0.07 0.22
HSL 307.03º 0.5% 0.56% -
HSV(B) 307.03º 0.56% 0.78% -
XYZ 35.91 22.67 48.94 -
YUV 132.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 199 88 186 0 0.56 0.07 0.22 307.03 0.5 0.56
Hex C7 58 BA 0 38 7 16 133 32 38
Octal 307 130 272 0 70 7 26 463 62 70
Binary 11000111 1011000 10111010 0 111000 111 10110 100110011 110010 111000

Color Harmonies of #C758BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758BA

Black with #C758BA

Text Example


Text Example

White with #C758BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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