#C646CA

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

Shades of Fuchsia #C646CA

Tints of Fuchsia #C646CA

Color information

#C646CA (or 0xC646CA) is unknown color: approx Fuchsia. HEX triplet: C6, 46 and CA. RGB value is (198,70,202). Sum of RGB (Red+Green+Blue) = 198+70+202=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #C646CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646CA is #39B935. Grayscale: #7A7A7A. Windows color (decimal): -3782966 or 13256390. OLE color: 13256390.

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

Color convert

RGB19870202-
CMYK0.020.6500.21
HSL298.18º55.46%53.33%-
HSV(B)298.18º65.35%79.22%-
XYZ36.1420.6557.96-
YUV123.32172.41181.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 70 (27.73% from 255) = 14.89%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=42.13%
G=14.89%
B=42.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal198702020.020.6500.21298.1855.4653.33
HexC646CA24101512a3735
Octal30610631221010254526765
Binary11000110100011011001010101000001010101100101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C646CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C646CA; }

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

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

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

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

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

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

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

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