Html Css Color HEX #C757AA Fuchsia

📋 copy color: '#C757AA'

red 199 ◦ green 87 ◦ blue 170

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

Shades of Fuchsia #C757AA

Tints of Fuchsia #C757AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.08%

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

R = 43.64%
G = 19.08%
B = 37.28%

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

#C757AA (or 0xC757AA) is known color: Fuchsia. HEX triplet: C7, 57 and AA. RGB value is (199,87,170). Sum of RGB (Red+Green+Blue) = 199+87+170=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C757AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C757AA is #38A855. Grayscale: #818181. Windows color (decimal): -3713110 or 11163591. OLE color: 11163591.

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

Color convert

RGB 199 87 170 -
CMYK 0 0.56 0.15 0.22
HSL 315.54º 0.5% 0.56% -
HSV(B) 315.54º 0.56% 0.78% -
XYZ 34.22 21.86 40.45 -
YUV 129.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 199 87 170 0 0.56 0.15 0.22 315.54 0.5 0.56
Hex C7 57 AA 0 38 F 16 13C 32 38
Octal 307 127 252 0 70 17 26 474 62 70
Binary 11000111 1010111 10101010 0 111000 1111 10110 100111100 110010 111000

Color Harmonies of #C757AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C757AA

Black with #C757AA

Text Example


Text Example

White with #C757AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C757AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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