#C64BB8

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

Shades of Fuchsia #C64BB8

Tints of Fuchsia #C64BB8

Color information

#C64BB8 (or 0xC64BB8) is unknown color: approx Fuchsia. HEX triplet: C6, 4B and B8. RGB value is (198,75,184). Sum of RGB (Red+Green+Blue) = 198+75+184=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BB8 is #39B447. Grayscale: #7B7B7B. Windows color (decimal): -3781704 or 12078022. OLE color: 12078022.

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

Color convert

RGB19875184-
CMYK00.620.070.22
HSL306.83º51.9%53.53%-
HSV(B)306.83º62.12%77.65%-
XYZ34.4620.547.49-
YUV124.2161.75180.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 75 (29.69% from 255) = 16.41%
BLUE value IS 184 (72.27% from 255) = 40.26%
R=43.33%
G=16.41%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987518400.620.070.22306.8351.953.53
HexC64BB803E7161333436
Octal3061132700767264636466
Binary11000110100101110111000011111011110110100110011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64BB8; }

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

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

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

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

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

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

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

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