#C95CB6

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

Shades of Fuchsia #C95CB6

Tints of Fuchsia #C95CB6

Color information

#C95CB6 (or 0xC95CB6) is unknown color: approx Fuchsia. HEX triplet: C9, 5C and B6. RGB value is (201,92,182). Sum of RGB (Red+Green+Blue) = 201+92+182=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CB6 is #36A349. Grayscale: #868686. Windows color (decimal): -3580746 or 11951305. OLE color: 11951305.

HSL color Cylindrical-coordinate representation of color #C95CB6: hue angle of 310.46º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95CB6 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB20192182-
CMYK00.540.090.21
HSL310.46º50.23%57.45%-
HSV(B)310.46º54.23%78.82%-
XYZ36.3623.4546.87-
YUV134.85154.61175.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=42.32%
G=19.37%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019218200.540.090.21310.4650.2357.45
HexC95CB60369151363239
Octal31113426606611254666271
Binary110010011011100101101100110110100110101100110110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CB6; }

 p { color: rgb(201,92,182); }

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

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

 a { background-color: rgb(201,92,182); }

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

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

 span { border-color: rgb(201,92,182); }

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