Html Css Color HEX #C75AAB Fuchsia

📋 copy color: '#C75AAB'

red 199 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #C75AAB

Tints of Fuchsia #C75AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

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

R = 43.26%
G = 19.57%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C75AAB (or 0xC75AAB) is known color: Fuchsia. HEX triplet: C7, 5A and AB. RGB value is (199,90,171). Sum of RGB (Red+Green+Blue) = 199+90+171=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AAB is #38A554. Grayscale: #838383. Windows color (decimal): -3712341 or 11229895. OLE color: 11229895.

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

Color convert

RGB 199 90 171 -
CMYK 0 0.55 0.14 0.22
HSL 315.41º 0.49% 0.57% -
HSV(B) 315.41º 0.55% 0.78% -
XYZ 34.56 22.39 41.03 -
YUV 131.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 199 90 171 0 0.55 0.14 0.22 315.41 0.49 0.57
Hex C7 5A AB 0 37 E 16 13B 31 39
Octal 307 132 253 0 67 16 26 473 61 71
Binary 11000111 1011010 10101011 0 110111 1110 10110 100111011 110001 111001

Color Harmonies of #C75AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AAB

Black with #C75AAB

Text Example


Text Example

White with #C75AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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