#C95CBE

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

Shades of Fuchsia #C95CBE

Tints of Fuchsia #C95CBE

Color information

#C95CBE (or 0xC95CBE) is unknown color: approx Fuchsia. HEX triplet: C9, 5C and BE. RGB value is (201,92,190). Sum of RGB (Red+Green+Blue) = 201+92+190=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CBE is #36A341. Grayscale: #878787. Windows color (decimal): -3580738 or 12475593. OLE color: 12475593.

HSL color Cylindrical-coordinate representation of color #C95CBE: hue angle of 306.06º 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 #C95CBE is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB20192190-
CMYK00.540.050.21
HSL306.06º50.23%57.45%-
HSV(B)306.06º54.23%78.82%-
XYZ37.2123.7951.35-
YUV135.76158.61174.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=41.61%
G=19.05%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019219000.540.050.21306.0650.2357.45
HexC95CBE0365151323239
Octal3111342760665254626271
Binary11001001101110010111110011011010110101100110010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CBE; }

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

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

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

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

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

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

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

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