#C252C2

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

Shades of Fuchsia #C252C2

Tints of Fuchsia #C252C2

Color information

#C252C2 (or 0xC252C2) is unknown color: approx Fuchsia. HEX triplet: C2, 52 and C2. RGB value is (194,82,194). Sum of RGB (Red+Green+Blue) = 194+82+194=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C252C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252C2 is #3DAD3D. Grayscale: #7F7F7F. Windows color (decimal): -4042046 or 12735170. OLE color: 12735170.

HSL color Cylindrical-coordinate representation of color #C252C2: hue angle of 300º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C252C2 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19482194-
CMYK00.5800.24
HSL300º47.86%54.12%-
HSV(B)300º57.73%76.08%-
XYZ3521.453.32-
YUV128.26165.11174.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 82 (32.42% from 255) = 17.45%
BLUE value IS 194 (76.17% from 255) = 41.28%
R=41.28%
G=17.45%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948219400.5800.2430047.8654.12
HexC252C203A01812c3036
Octal3021223020720304546066
Binary110000101010010110000100111010011000100101100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C252C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C252C2; }

 p { color: rgb(194,82,194); }

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

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

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

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

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

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

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