Html Css Color HEX #C75BAF Fuchsia

📋 copy color: '#C75BAF'

red 199 ◦ green 91 ◦ blue 175

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

Shades of Fuchsia #C75BAF

Tints of Fuchsia #C75BAF

RGB

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

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

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

R = 42.8%
G = 19.57%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C75BAF (or 0xC75BAF) is known color: Fuchsia. HEX triplet: C7, 5B and AF. RGB value is (199,91,175). Sum of RGB (Red+Green+Blue) = 199+91+175=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75BAF is #38A450. Grayscale: #848484. Windows color (decimal): -3712081 or 11492295. OLE color: 11492295.

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

Color convert

RGB 199 91 175 -
CMYK 0 0.54 0.12 0.22
HSL 313.33º 0.49% 0.57% -
HSV(B) 313.33º 0.54% 0.78% -
XYZ 35.03 22.72 43.1 -
YUV 132.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 199 91 175 0 0.54 0.12 0.22 313.33 0.49 0.57
Hex C7 5B AF 0 36 C 16 139 31 39
Octal 307 133 257 0 66 14 26 471 61 71
Binary 11000111 1011011 10101111 0 110110 1100 10110 100111001 110001 111001

Color Harmonies of #C75BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BAF

Black with #C75BAF

Text Example


Text Example

White with #C75BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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