#C467C1

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

Shades of Fuchsia #C467C1

Tints of Fuchsia #C467C1

Color information

#C467C1 (or 0xC467C1) is unknown color: approx Fuchsia. HEX triplet: C4, 67 and C1. RGB value is (196,103,193). Sum of RGB (Red+Green+Blue) = 196+103+193=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C467C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467C1 is #3B983E. Grayscale: #8C8C8C. Windows color (decimal): -3905599 or 12675012. OLE color: 12675012.

HSL color Cylindrical-coordinate representation of color #C467C1: hue angle of 301.94º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C467C1 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196103193-
CMYK00.470.020.23
HSL301.94º44.08%58.63%-
HSV(B)301.94º47.45%76.86%-
XYZ37.2425.2953.37-
YUV141.07157.31167.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 103 (40.62% from 255) = 20.93%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=39.84%
G=20.93%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610319300.470.020.23301.9444.0858.63
HexC467C102F21712e2c3b
Octal3041473010572274565473
Binary1100010011001111100000101011111010111100101110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467C1; }

 p { color: rgb(196,103,193); }

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

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

 a { background-color: rgb(196,103,193); }

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

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

 span { border-color: rgb(196,103,193); }

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