#CB4ACE

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

Shades of Fuchsia #CB4ACE

Tints of Fuchsia #CB4ACE

Color information

#CB4ACE (or 0xCB4ACE) is unknown color: approx Fuchsia. HEX triplet: CB, 4A and CE. RGB value is (203,74,206). Sum of RGB (Red+Green+Blue) = 203+74+206=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ACE is #34B531. Grayscale: #7F7F7F. Windows color (decimal): -3454258 or 13519563. OLE color: 13519563.

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

Color convert

RGB20374206-
CMYK0.010.6400.19
HSL298.64º57.39%54.9%-
HSV(B)298.64º64.08%80.78%-
XYZ38.2222.0560.63-
YUV127.62172.24181.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 74 (29.30% from 255) = 15.32%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=42.03%
G=15.32%
B=42.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203742060.010.6400.19298.6457.3954.9
HexCB4ACE14001312b3937
Octal31311231611000234537167
Binary1100101110010101100111011000000010011100101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4ACE; }

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

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

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

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

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

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

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

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