#CB2CCE

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

Shades of Fuchsia #CB2CCE

Tints of Fuchsia #CB2CCE

Color information

#CB2CCE (or 0xCB2CCE) is unknown color: approx Fuchsia. HEX triplet: CB, 2C and CE. RGB value is (203,44,206). Sum of RGB (Red+Green+Blue) = 203+44+206=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CCE is #34D331. Grayscale: #6D6D6D. Windows color (decimal): -3461938 or 13511883. OLE color: 13511883.

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

Color convert

RGB20344206-
CMYK0.010.7900.19
HSL298.89º64.8%49.02%-
HSV(B)298.89º78.64%80.78%-
XYZ36.6718.9560.12-
YUV110.01182.18194.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 44 (17.58% from 255) = 9.71%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=44.81%
G=9.71%
B=45.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203442060.010.7900.19298.8964.849.02
HexCB2CCE14F01312b4131
Octal31354316111702345310161
Binary1100101110110011001110110011110100111001010111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2CCE; }

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

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

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

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

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

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

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

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