Html Css Color HEX #C75BAA Fuchsia

📋 copy color: '#C75BAA'

red 199 ◦ green 91 ◦ blue 170

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

Shades of Fuchsia #C75BAA

Tints of Fuchsia #C75BAA

RGB

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

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

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

R = 43.26%
G = 19.78%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C75BAA (or 0xC75BAA) is known color: Fuchsia. HEX triplet: C7, 5B and AA. RGB value is (199,91,170). Sum of RGB (Red+Green+Blue) = 199+91+170=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75BAA is #38A455. Grayscale: #848484. Windows color (decimal): -3712086 or 11164615. OLE color: 11164615.

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

Color convert

RGB 199 91 170 -
CMYK 0 0.54 0.15 0.22
HSL 316.11º 0.49% 0.57% -
HSV(B) 316.11º 0.54% 0.78% -
XYZ 34.55 22.53 40.56 -
YUV 132.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 199 91 170 0 0.54 0.15 0.22 316.11 0.49 0.57
Hex C7 5B AA 0 36 F 16 13C 31 39
Octal 307 133 252 0 66 17 26 474 61 71
Binary 11000111 1011011 10101010 0 110110 1111 10110 100111100 110001 111001

Color Harmonies of #C75BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BAA

Black with #C75BAA

Text Example


Text Example

White with #C75BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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