Html Css Color HEX #C64DAE Fuchsia

📋 copy color: '#C64DAE'

red 198 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #C64DAE

Tints of Fuchsia #C64DAE

RGB

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

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

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

R = 44.1%
G = 17.15%
B = 38.75%

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

#C64DAE (or 0xC64DAE) is known color: Fuchsia. HEX triplet: C6, 4D and AE. RGB value is (198,77,174). Sum of RGB (Red+Green+Blue) = 198+77+174=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64DAE is #39B251. Grayscale: #7B7B7B. Windows color (decimal): -3781202 or 11423174. OLE color: 11423174.

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

Color convert

RGB 198 77 174 -
CMYK 0 0.61 0.12 0.22
HSL 311.9º 0.51% 0.54% -
HSV(B) 311.9º 0.61% 0.78% -
XYZ 33.58 20.37 42.21 -
YUV 124.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 198 77 174 0 0.61 0.12 0.22 311.9 0.51 0.54
Hex C6 4D AE 0 3D C 16 138 33 36
Octal 306 115 256 0 75 14 26 470 63 66
Binary 11000110 1001101 10101110 0 111101 1100 10110 100111000 110011 110110

Color Harmonies of #C64DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DAE

Black with #C64DAE

Text Example


Text Example

White with #C64DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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