#C64BCA

Color #C64BCA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C64BCA

Tints of Fuchsia #C64BCA

Color information

#C64BCA (or 0xC64BCA) is unknown color: approx Fuchsia. HEX triplet: C6, 4B and CA. RGB value is (198,75,202). Sum of RGB (Red+Green+Blue) = 198+75+202=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #C64BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BCA is #39B435. Grayscale: #7D7D7D. Windows color (decimal): -3781686 or 13257670. OLE color: 13257670.

HSL color Cylindrical-coordinate representation of color #C64BCA: hue angle of 298.11º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64BCA is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19875202-
CMYK0.020.6300.21
HSL298.11º54.51%54.31%-
HSV(B)298.11º62.87%79.22%-
XYZ36.4721.358.07-
YUV126.26170.75179.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 75 (29.69% from 255) = 15.79%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=41.68%
G=15.79%
B=42.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198752020.020.6300.21298.1154.5154.31
HexC64BCA23F01512a3736
Octal3061133122770254526766
Binary1100011010010111100101010111111010101100101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64BCA; }

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

 H1.HeaderClassName
 {
   color: #C64BCA;
 }
 .AnyTagClassName
 {
   color: #C64BCA;
 }
</style>
background-color css

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

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

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

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

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

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