Html Css Color HEX #C640AF Fuchsia

📋 copy color: '#C640AF'

red 198 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #C640AF

Tints of Fuchsia #C640AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 45.31%
G = 14.65%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C640AF (or 0xC640AF) is known color: Fuchsia. HEX triplet: C6, 40 and AF. RGB value is (198,64,175). Sum of RGB (Red+Green+Blue) = 198+64+175=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C640AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640AF is #39BF50. Grayscale: #747474. Windows color (decimal): -3784529 or 11485382. OLE color: 11485382.

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

Color convert

RGB 198 64 175 -
CMYK 0 0.68 0.12 0.22
HSL 310.3º 0.54% 0.51% -
HSV(B) 310.3º 0.68% 0.78% -
XYZ 32.86 18.77 42.45 -
YUV 116.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 198 64 175 0 0.68 0.12 0.22 310.3 0.54 0.51
Hex C6 40 AF 0 44 C 16 136 36 33
Octal 306 100 257 0 104 14 26 466 66 63
Binary 11000110 1000000 10101111 0 1000100 1100 10110 100110110 110110 110011

Color Harmonies of #C640AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640AF

Black with #C640AF

Text Example


Text Example

White with #C640AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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