Html Css Color HEX #C732AE Fuchsia

📋 copy color: '#C732AE'

red 199 ◦ green 50 ◦ blue 174

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

Shades of Fuchsia #C732AE

Tints of Fuchsia #C732AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.82%

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 47.04%
G = 11.82%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C732AE (or 0xC732AE) is known color: Fuchsia. HEX triplet: C7, 32 and AE. RGB value is (199,50,174). Sum of RGB (Red+Green+Blue) = 199+50+174=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C732AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732AE is #38CD51. Grayscale: #6C6C6C. Windows color (decimal): -3722578 or 11416263. OLE color: 11416263.

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

Color convert

RGB 199 50 174 -
CMYK 0 0.75 0.13 0.22
HSL 310.07º 0.6% 0.49% -
HSV(B) 310.07º 0.75% 0.78% -
XYZ 32.33 17.48 41.71 -
YUV 108.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 199 50 174 0 0.75 0.13 0.22 310.07 0.6 0.49
Hex C7 32 AE 0 4B D 16 136 3C 31
Octal 307 62 256 0 113 15 26 466 74 61
Binary 11000111 110010 10101110 0 1001011 1101 10110 100110110 111100 110001

Color Harmonies of #C732AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732AE

Black with #C732AE

Text Example


Text Example

White with #C732AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732AE; }

 p { color: rgb(199,50,174); }

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

background-color css

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

 a { background-color: rgb(199,50,174); }

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

border-color css

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

 span { border-color: rgb(199,50,174); }

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