Html Css Color HEX #C64BAC Fuchsia

📋 copy color: '#C64BAC'

red 198 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #C64BAC

Tints of Fuchsia #C64BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.85%

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

R = 44.49%
G = 16.85%
B = 38.65%

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

#C64BAC (or 0xC64BAC) is known color: Fuchsia. HEX triplet: C6, 4B and AC. RGB value is (198,75,172). Sum of RGB (Red+Green+Blue) = 198+75+172=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BAC is #39B453. Grayscale: #7A7A7A. Windows color (decimal): -3781716 or 11291590. OLE color: 11291590.

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

Color convert

RGB 198 75 172 -
CMYK 0 0.62 0.13 0.22
HSL 312.68º 0.52% 0.54% -
HSV(B) 312.68º 0.62% 0.78% -
XYZ 33.25 20.02 41.14 -
YUV 122.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 198 75 172 0 0.62 0.13 0.22 312.68 0.52 0.54
Hex C6 4B AC 0 3E D 16 139 34 36
Octal 306 113 254 0 76 15 26 471 64 66
Binary 11000110 1001011 10101100 0 111110 1101 10110 100111001 110100 110110

Color Harmonies of #C64BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BAC

Black with #C64BAC

Text Example


Text Example

White with #C64BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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