#CB36AE

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

Shades of Fuchsia #CB36AE

Tints of Fuchsia #CB36AE

Color information

#CB36AE (or 0xCB36AE) is unknown color: approx Fuchsia. HEX triplet: CB, 36 and AE. RGB value is (203,54,174). Sum of RGB (Red+Green+Blue) = 203+54+174=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB36AE is #34C951. Grayscale: #6F6F6F. Windows color (decimal): -3459410 or 11417291. OLE color: 11417291.

HSL color Cylindrical-coordinate representation of color #CB36AE: hue angle of 311.68º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB36AE is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20354174-
CMYK00.730.140.20
HSL311.68º58.89%50.39%-
HSV(B)311.68º73.4%79.61%-
XYZ33.5918.3941.82-
YUV112.23162.86192.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 54 (21.48% from 255) = 12.53%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=47.10%
G=12.53%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035417400.730.140.20311.6858.8950.39
HexCB36AE049E141383b32
Octal31366256011116244707362
Binary110010111101101010111001001001111010100100111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB36AE; }

 p { color: rgb(203,54,174); }

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

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

 a { background-color: rgb(203,54,174); }

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

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

 span { border-color: rgb(203,54,174); }

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