Html Css Color HEX #C64CAC Fuchsia

📋 copy color: '#C64CAC'

red 198 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #C64CAC

Tints of Fuchsia #C64CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.04%

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

R = 44.39%
G = 17.04%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C64CAC (or 0xC64CAC) is known color: Fuchsia. HEX triplet: C6, 4C and AC. RGB value is (198,76,172). Sum of RGB (Red+Green+Blue) = 198+76+172=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CAC is #39B353. Grayscale: #7B7B7B. Windows color (decimal): -3781460 or 11291846. OLE color: 11291846.

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

Color convert

RGB 198 76 172 -
CMYK 0 0.62 0.13 0.22
HSL 312.79º 0.52% 0.54% -
HSV(B) 312.79º 0.62% 0.78% -
XYZ 33.32 20.15 41.16 -
YUV 123.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 198 76 172 0 0.62 0.13 0.22 312.79 0.52 0.54
Hex C6 4C AC 0 3E D 16 139 34 36
Octal 306 114 254 0 76 15 26 471 64 66
Binary 11000110 1001100 10101100 0 111110 1101 10110 100111001 110100 110110

Color Harmonies of #C64CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CAC

Black with #C64CAC

Text Example


Text Example

White with #C64CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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