#cb3ace

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

Shades of Fuchsia #CB3ACE

Tints of Fuchsia #CB3ACE

Color information

#CB3ACE (or 0xCB3ACE) is unknown color: approx Fuchsia. HEX triplet: CB, 3A and CE. RGB value is (203,58,206). Sum of RGB (Red+Green+Blue) = 203+58+206=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ACE is #34C531. Grayscale: #757575. Windows color (decimal): -3458354 or 13515467. OLE color: 13515467.

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

Color convert

RGB20358206-
CMYK0.010.7200.19
HSL298.78º60.16%51.76%-
HSV(B)298.78º71.84%80.78%-
XYZ37.2820.1860.32-
YUV118.23177.54188.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 58 (23.05% from 255) = 12.42%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=43.47%
G=12.42%
B=44.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203582060.010.7200.19298.7860.1651.76
HexCB3ACE14801312b3c34
Octal3137231611100234537464
Binary110010111110101100111011001000010011100101011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb3ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb3ace; }

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

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

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

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

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

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

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

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