#C652BB

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

Shades of Fuchsia #C652BB

Tints of Fuchsia #C652BB

Color information

#C652BB (or 0xC652BB) is unknown color: approx Fuchsia. HEX triplet: C6, 52 and BB. RGB value is (198,82,187). Sum of RGB (Red+Green+Blue) = 198+82+187=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C652BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652BB is #39AD44. Grayscale: #808080. Windows color (decimal): -3779909 or 12276422. OLE color: 12276422.

HSL color Cylindrical-coordinate representation of color #C652BB: hue angle of 305.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C652BB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19882187-
CMYK00.590.060.22
HSL305.69º50.43%54.9%-
HSV(B)305.69º58.59%77.65%-
XYZ35.2821.6349.33-
YUV128.65160.93177.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=42.40%
G=17.56%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988218700.590.060.22305.6950.4354.9
HexC652BB03B6161323237
Octal3061222730736264626267
Binary11000110101001010111011011101111010110100110010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C652BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C652BB; }

 p { color: rgb(198,82,187); }

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

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

 a { background-color: rgb(198,82,187); }

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

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

 span { border-color: rgb(198,82,187); }

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