Html Css Color HEX #C75BAB Fuchsia

📋 copy color: '#C75BAB'

red 199 ◦ green 91 ◦ blue 171

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

Shades of Fuchsia #C75BAB

Tints of Fuchsia #C75BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 43.17%
G = 19.74%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C75BAB (or 0xC75BAB) is known color: Fuchsia. HEX triplet: C7, 5B and AB. RGB value is (199,91,171). Sum of RGB (Red+Green+Blue) = 199+91+171=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75BAB is #38A454. Grayscale: #848484. Windows color (decimal): -3712085 or 11230151. OLE color: 11230151.

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

Color convert

RGB 199 91 171 -
CMYK 0 0.54 0.14 0.22
HSL 315.56º 0.49% 0.57% -
HSV(B) 315.56º 0.54% 0.78% -
XYZ 34.64 22.56 41.06 -
YUV 132.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 199 91 171 0 0.54 0.14 0.22 315.56 0.49 0.57
Hex C7 5B AB 0 36 E 16 13C 31 39
Octal 307 133 253 0 66 16 26 474 61 71
Binary 11000111 1011011 10101011 0 110110 1110 10110 100111100 110001 111001

Color Harmonies of #C75BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BAB

Black with #C75BAB

Text Example


Text Example

White with #C75BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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