#C367C2

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

Shades of Fuchsia #C367C2

Tints of Fuchsia #C367C2

Color information

#C367C2 (or 0xC367C2) is unknown color: approx Fuchsia. HEX triplet: C3, 67 and C2. RGB value is (195,103,194). Sum of RGB (Red+Green+Blue) = 195+103+194=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C367C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367C2 is #3C983D. Grayscale: #8C8C8C. Windows color (decimal): -3971134 or 12740547. OLE color: 12740547.

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

Color convert

RGB195103194-
CMYK00.470.010.24
HSL300.65º43.4%58.43%-
HSV(B)300.65º47.18%76.47%-
XYZ37.0925.253.95-
YUV140.88157.98166.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 103 (40.62% from 255) = 20.93%
BLUE value IS 194 (76.17% from 255) = 39.43%
R=39.63%
G=20.93%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510319400.470.010.24300.6543.458.43
HexC367C202F11812d2b3a
Octal3031473020571304555372
Binary110000111100111110000100101111111000100101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C367C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C367C2; }

 p { color: rgb(195,103,194); }

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

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

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

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

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

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

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