Html Css Color HEX #C764AE Fuchsia

📋 copy color: '#C764AE'

red 199 ◦ green 100 ◦ blue 174

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

Shades of Fuchsia #C764AE

Tints of Fuchsia #C764AE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

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

R = 42.07%
G = 21.14%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C764AE (or 0xC764AE) is known color: Fuchsia. HEX triplet: C7, 64 and AE. RGB value is (199,100,174). Sum of RGB (Red+Green+Blue) = 199+100+174=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C764AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764AE is #389B51. Grayscale: #898989. Windows color (decimal): -3709778 or 11429063. OLE color: 11429063.

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

Color convert

RGB 199 100 174 -
CMYK 0 0.50 0.13 0.22
HSL 315.15º 0.47% 0.59% -
HSV(B) 315.15º 0.5% 0.78% -
XYZ 35.75 24.31 42.85 -
YUV 138.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 199 100 174 0 0.50 0.13 0.22 315.15 0.47 0.59
Hex C7 64 AE 0 32 D 16 13B 2F 3B
Octal 307 144 256 0 62 15 26 473 57 73
Binary 11000111 1100100 10101110 0 110010 1101 10110 100111011 101111 111011

Color Harmonies of #C764AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764AE

Black with #C764AE

Text Example


Text Example

White with #C764AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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