#C372C1

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

Shades of Fuchsia #C372C1

Tints of Fuchsia #C372C1

Color information

#C372C1 (or 0xC372C1) is unknown color: approx Fuchsia. HEX triplet: C3, 72 and C1. RGB value is (195,114,193). Sum of RGB (Red+Green+Blue) = 195+114+193=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C372C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372C1 is #3C8D3E. Grayscale: #929292. Windows color (decimal): -3968319 or 12677827. OLE color: 12677827.

HSL color Cylindrical-coordinate representation of color #C372C1: hue angle of 301.48º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C372C1 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195114193-
CMYK00.420.010.24
HSL301.48º40.3%60.59%-
HSV(B)301.48º41.54%76.47%-
XYZ38.1527.4953.75-
YUV147.22153.84162.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=38.84%
G=22.71%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511419300.420.010.24301.4840.360.59
HexC372C102A11812d283d
Octal3031623010521304555075
Binary110000111110010110000010101010111000100101101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C372C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C372C1; }

 p { color: rgb(195,114,193); }

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

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

 a { background-color: rgb(195,114,193); }

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

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

 span { border-color: rgb(195,114,193); }

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