Html Css Color HEX #C751AD Fuchsia

📋 copy color: '#C751AD'

red 199 ◦ green 81 ◦ blue 173

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

Shades of Fuchsia #C751AD

Tints of Fuchsia #C751AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 43.93%
G = 17.88%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C751AD (or 0xC751AD) is known color: Fuchsia. HEX triplet: C7, 51 and AD. RGB value is (199,81,173). Sum of RGB (Red+Green+Blue) = 199+81+173=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C751AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C751AD is #38AE52. Grayscale: #7E7E7E. Windows color (decimal): -3714643 or 11358663. OLE color: 11358663.

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

Color convert

RGB 199 81 173 -
CMYK 0 0.59 0.13 0.22
HSL 313.22º 0.51% 0.55% -
HSV(B) 313.22º 0.59% 0.78% -
XYZ 34.04 21.04 41.8 -
YUV 126.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 199 81 173 0 0.59 0.13 0.22 313.22 0.51 0.55
Hex C7 51 AD 0 3B D 16 139 33 37
Octal 307 121 255 0 73 15 26 471 63 67
Binary 11000111 1010001 10101101 0 111011 1101 10110 100111001 110011 110111

Color Harmonies of #C751AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C751AD

Black with #C751AD

Text Example


Text Example

White with #C751AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C751AD; }

 p { color: rgb(199,81,173); }

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

background-color css

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

 a { background-color: rgb(199,81,173); }

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

border-color css

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

 span { border-color: rgb(199,81,173); }

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