Html Css Color HEX #C75BAE Fuchsia

📋 copy color: '#C75BAE'

red 199 ◦ green 91 ◦ blue 174

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

Shades of Fuchsia #C75BAE

Tints of Fuchsia #C75BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 42.89%
G = 19.61%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C75BAE (or 0xC75BAE) is known color: Fuchsia. HEX triplet: C7, 5B and AE. RGB value is (199,91,174). Sum of RGB (Red+Green+Blue) = 199+91+174=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75BAE is #38A451. Grayscale: #848484. Windows color (decimal): -3712082 or 11426759. OLE color: 11426759.

HSL color Cylindrical-coordinate representation of color #C75BAE: hue angle of 313.89º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75BAE is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 91 174 -
CMYK 0 0.54 0.13 0.22
HSL 313.89º 0.49% 0.57% -
HSV(B) 313.89º 0.54% 0.78% -
XYZ 34.93 22.68 42.58 -
YUV 132.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 199 91 174 0 0.54 0.13 0.22 313.89 0.49 0.57
Hex C7 5B AE 0 36 D 16 13A 31 39
Octal 307 133 256 0 66 15 26 472 61 71
Binary 11000111 1011011 10101110 0 110110 1101 10110 100111010 110001 111001

Color Harmonies of #C75BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BAE

Black with #C75BAE

Text Example


Text Example

White with #C75BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BAE; }

 p { color: rgb(199,91,174); }

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

background-color css

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

 a { background-color: rgb(199,91,174); }

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

border-color css

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

 span { border-color: rgb(199,91,174); }

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