Html Css Color HEX #C762AC Fuchsia

📋 copy color: '#C762AC'

red 199 ◦ green 98 ◦ blue 172

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

Shades of Fuchsia #C762AC

Tints of Fuchsia #C762AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 42.43%
G = 20.9%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C762AC (or 0xC762AC) is known color: Fuchsia. HEX triplet: C7, 62 and AC. RGB value is (199,98,172). Sum of RGB (Red+Green+Blue) = 199+98+172=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C762AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C762AC is #389D53. Grayscale: #888888. Windows color (decimal): -3710292 or 11297479. OLE color: 11297479.

HSL color Cylindrical-coordinate representation of color #C762AC: hue angle of 316.04º 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 #C762AC is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 98 172 -
CMYK 0 0.51 0.14 0.22
HSL 316.04º 0.47% 0.58% -
HSV(B) 316.04º 0.51% 0.78% -
XYZ 35.37 23.86 41.77 -
YUV 136.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 199 98 172 0 0.51 0.14 0.22 316.04 0.47 0.58
Hex C7 62 AC 0 33 E 16 13C 2F 3A
Octal 307 142 254 0 63 16 26 474 57 72
Binary 11000111 1100010 10101100 0 110011 1110 10110 100111100 101111 111010

Color Harmonies of #C762AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C762AC

Black with #C762AC

Text Example


Text Example

White with #C762AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C762AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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