Html Css Color HEX #C755AA Fuchsia

📋 copy color: '#C755AA'

red 199 ◦ green 85 ◦ blue 170

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

Shades of Fuchsia #C755AA

Tints of Fuchsia #C755AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.72%

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

R = 43.83%
G = 18.72%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C755AA (or 0xC755AA) is known color: Fuchsia. HEX triplet: C7, 55 and AA. RGB value is (199,85,170). Sum of RGB (Red+Green+Blue) = 199+85+170=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C755AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755AA is #38AA55. Grayscale: #808080. Windows color (decimal): -3713622 or 11163079. OLE color: 11163079.

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

Color convert

RGB 199 85 170 -
CMYK 0 0.57 0.15 0.22
HSL 315.26º 0.5% 0.56% -
HSV(B) 315.26º 0.57% 0.78% -
XYZ 34.06 21.54 40.39 -
YUV 128.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 199 85 170 0 0.57 0.15 0.22 315.26 0.5 0.56
Hex C7 55 AA 0 39 F 16 13B 32 38
Octal 307 125 252 0 71 17 26 473 62 70
Binary 11000111 1010101 10101010 0 111001 1111 10110 100111011 110010 111000

Color Harmonies of #C755AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755AA

Black with #C755AA

Text Example


Text Example

White with #C755AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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