Html Css Color HEX #C640AC Fuchsia

📋 copy color: '#C640AC'

red 198 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #C640AC

Tints of Fuchsia #C640AC

RGB

 RED value IS 198 (77.73% from 255) = 45.62%

 GREEN value IS 64 (25.39% from 255) = 14.75%

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

R = 45.62%
G = 14.75%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C640AC (or 0xC640AC) is known color: Fuchsia. HEX triplet: C6, 40 and AC. RGB value is (198,64,172). Sum of RGB (Red+Green+Blue) = 198+64+172=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C640AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640AC is #39BF53. Grayscale: #747474. Windows color (decimal): -3784532 or 11288774. OLE color: 11288774.

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

Color convert

RGB 198 64 172 -
CMYK 0 0.68 0.13 0.22
HSL 311.64º 0.54% 0.51% -
HSV(B) 311.64º 0.68% 0.78% -
XYZ 32.57 18.65 40.91 -
YUV 116.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 198 64 172 0 0.68 0.13 0.22 311.64 0.54 0.51
Hex C6 40 AC 0 44 D 16 138 36 33
Octal 306 100 254 0 104 15 26 470 66 63
Binary 11000110 1000000 10101100 0 1000100 1101 10110 100111000 110110 110011

Color Harmonies of #C640AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640AC

Black with #C640AC

Text Example


Text Example

White with #C640AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640AC; }

 p { color: rgb(198,64,172); }

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

background-color css

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

 a { background-color: rgb(198,64,172); }

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

border-color css

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

 span { border-color: rgb(198,64,172); }

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