#CB36CE

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

Shades of Fuchsia #CB36CE

Tints of Fuchsia #CB36CE

Color information

#CB36CE (or 0xCB36CE) is unknown color: approx Fuchsia. HEX triplet: CB, 36 and CE. RGB value is (203,54,206). Sum of RGB (Red+Green+Blue) = 203+54+206=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB36CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36CE is #34C931. Grayscale: #737373. Windows color (decimal): -3459378 or 13514443. OLE color: 13514443.

HSL color Cylindrical-coordinate representation of color #CB36CE: hue angle of 298.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB36CE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20354206-
CMYK0.010.7400.19
HSL298.82º60.8%50.98%-
HSV(B)298.82º73.79%80.78%-
XYZ37.0919.7960.26-
YUV115.88178.86190.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 54 (21.48% from 255) = 11.66%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=43.84%
G=11.66%
B=44.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203542060.010.7400.19298.8260.850.98
HexCB36CE14A01312b3d33
Octal3136631611120234537563
Binary110010111101101100111011001010010011100101011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB36CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB36CE; }

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

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

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

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

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

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

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

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