#C652C1

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

Shades of Fuchsia #C652C1

Tints of Fuchsia #C652C1

Color information

#C652C1 (or 0xC652C1) is unknown color: approx Fuchsia. HEX triplet: C6, 52 and C1. RGB value is (198,82,193). Sum of RGB (Red+Green+Blue) = 198+82+193=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C652C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652C1 is #39AD3E. Grayscale: #818181. Windows color (decimal): -3779903 or 12669638. OLE color: 12669638.

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

Color convert

RGB19882193-
CMYK00.590.030.22
HSL302.59º50.43%54.9%-
HSV(B)302.59º58.59%77.65%-
XYZ35.9321.8952.78-
YUV129.34163.93176.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=41.86%
G=17.34%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988219300.590.030.22302.5950.4354.9
HexC652C103B31612f3237
Octal3061223010733264576267
Binary1100011010100101100000101110111110110100101111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C652C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C652C1; }

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

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

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

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

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

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

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

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