Html Css Color HEX #C64DAF Fuchsia

📋 copy color: '#C64DAF'

red 198 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #C64DAF

Tints of Fuchsia #C64DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

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

R = 44%
G = 17.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C64DAF (or 0xC64DAF) is known color: Fuchsia. HEX triplet: C6, 4D and AF. RGB value is (198,77,175). Sum of RGB (Red+Green+Blue) = 198+77+175=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64DAF is #39B250. Grayscale: #7C7C7C. Windows color (decimal): -3781201 or 11488710. OLE color: 11488710.

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

Color convert

RGB 198 77 175 -
CMYK 0 0.61 0.12 0.22
HSL 311.41º 0.51% 0.54% -
HSV(B) 311.41º 0.61% 0.78% -
XYZ 33.68 20.41 42.72 -
YUV 124.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 198 77 175 0 0.61 0.12 0.22 311.41 0.51 0.54
Hex C6 4D AF 0 3D C 16 137 33 36
Octal 306 115 257 0 75 14 26 467 63 66
Binary 11000110 1001101 10101111 0 111101 1100 10110 100110111 110011 110110

Color Harmonies of #C64DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DAF

Black with #C64DAF

Text Example


Text Example

White with #C64DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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