Html Css Color HEX #C758AF Fuchsia

📋 copy color: '#C758AF'

red 199 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #C758AF

Tints of Fuchsia #C758AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 43.07%
G = 19.05%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C758AF (or 0xC758AF) is known color: Fuchsia. HEX triplet: C7, 58 and AF. RGB value is (199,88,175). Sum of RGB (Red+Green+Blue) = 199+88+175=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C758AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758AF is #38A750. Grayscale: #828282. Windows color (decimal): -3712849 or 11491527. OLE color: 11491527.

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

Color convert

RGB 199 88 175 -
CMYK 0 0.56 0.12 0.22
HSL 312.97º 0.5% 0.56% -
HSV(B) 312.97º 0.56% 0.78% -
XYZ 34.78 22.22 43.01 -
YUV 131.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 199 88 175 0 0.56 0.12 0.22 312.97 0.5 0.56
Hex C7 58 AF 0 38 C 16 139 32 38
Octal 307 130 257 0 70 14 26 471 62 70
Binary 11000111 1011000 10101111 0 111000 1100 10110 100111001 110010 111000

Color Harmonies of #C758AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758AF

Black with #C758AF

Text Example


Text Example

White with #C758AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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