#C64CBE

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

Shades of Fuchsia #C64CBE

Tints of Fuchsia #C64CBE

Color information

#C64CBE (or 0xC64CBE) is unknown color: approx Fuchsia. HEX triplet: C6, 4C and BE. RGB value is (198,76,190). Sum of RGB (Red+Green+Blue) = 198+76+190=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CBE is #39B341. Grayscale: #7D7D7D. Windows color (decimal): -3781442 or 12471494. OLE color: 12471494.

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

Color convert

RGB19876190-
CMYK00.620.040.22
HSL303.93º51.69%53.73%-
HSV(B)303.93º61.62%77.65%-
XYZ35.1720.8950.89-
YUV125.47164.42179.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 76 (30.08% from 255) = 16.38%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=42.67%
G=16.38%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987619000.620.040.22303.9351.6953.73
HexC64CBE03E4161303436
Octal3061142760764264606466
Binary11000110100110010111110011111010010110100110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CBE; }

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

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

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

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

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

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

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

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