#CB4DC1

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

Shades of Fuchsia #CB4DC1

Tints of Fuchsia #CB4DC1

Color information

#CB4DC1 (or 0xCB4DC1) is unknown color: approx Fuchsia. HEX triplet: CB, 4D and C1. RGB value is (203,77,193). Sum of RGB (Red+Green+Blue) = 203+77+193=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DC1 is #34B23E. Grayscale: #7F7F7F. Windows color (decimal): -3453503 or 12668363. OLE color: 12668363.

HSL color Cylindrical-coordinate representation of color #CB4DC1: hue angle of 304.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4DC1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20377193-
CMYK00.620.050.20
HSL304.76º54.78%54.9%-
HSV(B)304.76º62.07%79.61%-
XYZ36.9121.8552.73-
YUV127.9164.74181.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 77 (30.47% from 255) = 16.28%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=42.92%
G=16.28%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037719300.620.050.20304.7654.7854.9
HexCB4DC103E5141313737
Octal3131153010765244616767
Binary11001011100110111000001011111010110100100110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4DC1; }

 p { color: rgb(203,77,193); }

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

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

 a { background-color: rgb(203,77,193); }

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

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

 span { border-color: rgb(203,77,193); }

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