Html Css Color HEX #C758AA Fuchsia

📋 copy color: '#C758AA'

red 199 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #C758AA

Tints of Fuchsia #C758AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 43.54%
G = 19.26%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C758AA (or 0xC758AA) is known color: Fuchsia. HEX triplet: C7, 58 and AA. RGB value is (199,88,170). Sum of RGB (Red+Green+Blue) = 199+88+170=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C758AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758AA is #38A755. Grayscale: #828282. Windows color (decimal): -3712854 or 11163847. OLE color: 11163847.

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

Color convert

RGB 199 88 170 -
CMYK 0 0.56 0.15 0.22
HSL 315.68º 0.5% 0.56% -
HSV(B) 315.68º 0.56% 0.78% -
XYZ 34.3 22.02 40.47 -
YUV 130.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 199 88 170 0 0.56 0.15 0.22 315.68 0.5 0.56
Hex C7 58 AA 0 38 F 16 13C 32 38
Octal 307 130 252 0 70 17 26 474 62 70
Binary 11000111 1011000 10101010 0 111000 1111 10110 100111100 110010 111000

Color Harmonies of #C758AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758AA

Black with #C758AA

Text Example


Text Example

White with #C758AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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