Html Css Color HEX #C64AC6 Fuchsia

📋 copy color: '#C64AC6'

red 198 ◦ green 74 ◦ blue 198

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

Shades of Fuchsia #C64AC6

Tints of Fuchsia #C64AC6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.74%

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 42.13%
G = 15.74%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C64AC6 (or 0xC64AC6) is known color: Fuchsia. HEX triplet: C6, 4A and C6. RGB value is (198,74,198). Sum of RGB (Red+Green+Blue) = 198+74+198=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C64AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AC6 is #39B539. Grayscale: #7C7C7C. Windows color (decimal): -3781946 or 12995270. OLE color: 12995270.

HSL color Cylindrical-coordinate representation of color #C64AC6: hue angle of 300º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64AC6 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 74 198 -
CMYK 0 0.63 0 0.22
HSL 300º 0.52% 0.53% -
HSV(B) 300º 0.63% 0.78% -
XYZ 35.93 20.98 55.58 -
YUV 125.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 198 74 198 0 0.63 0 0.22 300 0.52 0.53
Hex C6 4A C6 0 3F 0 16 12C 34 35
Octal 306 112 306 0 77 0 26 454 64 65
Binary 11000110 1001010 11000110 0 111111 0 10110 100101100 110100 110101

Color Harmonies of #C64AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AC6

Black with #C64AC6

Text Example


Text Example

White with #C64AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AC6; }

 p { color: rgb(198,74,198); }

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

background-color css

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

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

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

border-color css

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

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

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