Html Css Color HEX #C762AE Fuchsia

📋 copy color: '#C762AE'

red 199 ◦ green 98 ◦ blue 174

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

Shades of Fuchsia #C762AE

Tints of Fuchsia #C762AE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.81%

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

R = 42.25%
G = 20.81%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C762AE (or 0xC762AE) is known color: Fuchsia. HEX triplet: C7, 62 and AE. RGB value is (199,98,174). Sum of RGB (Red+Green+Blue) = 199+98+174=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C762AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C762AE is #389D51. Grayscale: #888888. Windows color (decimal): -3710290 or 11428551. OLE color: 11428551.

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

Color convert

RGB 199 98 174 -
CMYK 0 0.51 0.13 0.22
HSL 314.85º 0.47% 0.58% -
HSV(B) 314.85º 0.51% 0.78% -
XYZ 35.56 23.93 42.79 -
YUV 136.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 199 98 174 0 0.51 0.13 0.22 314.85 0.47 0.58
Hex C7 62 AE 0 33 D 16 13B 2F 3A
Octal 307 142 256 0 63 15 26 473 57 72
Binary 11000111 1100010 10101110 0 110011 1101 10110 100111011 101111 111010

Color Harmonies of #C762AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C762AE

Black with #C762AE

Text Example


Text Example

White with #C762AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C762AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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