Html Css Color HEX #C750AD Fuchsia

📋 copy color: '#C750AD'

red 199 ◦ green 80 ◦ blue 173

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

Shades of Fuchsia #C750AD

Tints of Fuchsia #C750AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

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

R = 44.03%
G = 17.7%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C750AD (or 0xC750AD) is known color: Fuchsia. HEX triplet: C7, 50 and AD. RGB value is (199,80,173). Sum of RGB (Red+Green+Blue) = 199+80+173=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C750AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C750AD is #38AF52. Grayscale: #7D7D7D. Windows color (decimal): -3714899 or 11358407. OLE color: 11358407.

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

Color convert

RGB 199 80 173 -
CMYK 0 0.60 0.13 0.22
HSL 313.11º 0.52% 0.55% -
HSV(B) 313.11º 0.6% 0.78% -
XYZ 33.96 20.9 41.78 -
YUV 126.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 199 80 173 0 0.60 0.13 0.22 313.11 0.52 0.55
Hex C7 50 AD 0 3C D 16 139 34 37
Octal 307 120 255 0 74 15 26 471 64 67
Binary 11000111 1010000 10101101 0 111100 1101 10110 100111001 110100 110111

Color Harmonies of #C750AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750AD

Black with #C750AD

Text Example


Text Example

White with #C750AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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