#C64BBD

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

Shades of Fuchsia #C64BBD

Tints of Fuchsia #C64BBD

Color information

#C64BBD (or 0xC64BBD) is unknown color: approx Fuchsia. HEX triplet: C6, 4B and BD. RGB value is (198,75,189). Sum of RGB (Red+Green+Blue) = 198+75+189=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BBD is #39B442. Grayscale: #7C7C7C. Windows color (decimal): -3781699 or 12405702. OLE color: 12405702.

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

Color convert

RGB19875189-
CMYK00.620.050.22
HSL304.39º51.9%53.53%-
HSV(B)304.39º62.12%77.65%-
XYZ34.9920.7150.3-
YUV124.77164.25180.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 16.23%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=42.86%
G=16.23%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987518900.620.050.22304.3951.953.53
HexC64BBD03E5161303436
Octal3061132750765264606466
Binary11000110100101110111101011111010110110100110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64BBD; }

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

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

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

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

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

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

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

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