Html Css Color HEX #C758AB Fuchsia

📋 copy color: '#C758AB'

red 199 ◦ green 88 ◦ blue 171

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

Shades of Fuchsia #C758AB

Tints of Fuchsia #C758AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 43.45%
G = 19.21%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C758AB (or 0xC758AB) is known color: Fuchsia. HEX triplet: C7, 58 and AB. RGB value is (199,88,171). Sum of RGB (Red+Green+Blue) = 199+88+171=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C758AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758AB is #38A754. Grayscale: #828282. Windows color (decimal): -3712853 or 11229383. OLE color: 11229383.

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

Color convert

RGB 199 88 171 -
CMYK 0 0.56 0.14 0.22
HSL 315.14º 0.5% 0.56% -
HSV(B) 315.14º 0.56% 0.78% -
XYZ 34.39 22.06 40.97 -
YUV 130.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 199 88 171 0 0.56 0.14 0.22 315.14 0.5 0.56
Hex C7 58 AB 0 38 E 16 13B 32 38
Octal 307 130 253 0 70 16 26 473 62 70
Binary 11000111 1011000 10101011 0 111000 1110 10110 100111011 110010 111000

Color Harmonies of #C758AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758AB

Black with #C758AB

Text Example


Text Example

White with #C758AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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