#CD2BB3

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

Shades of Fuchsia #CD2BB3

Tints of Fuchsia #CD2BB3

Color information

#CD2BB3 (or 0xCD2BB3) is unknown color: approx Fuchsia. HEX triplet: CD, 2B and B3. RGB value is (205,43,179). Sum of RGB (Red+Green+Blue) = 205+43+179=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2BB3 is #32D44C. Grayscale: #6A6A6A. Windows color (decimal): -3331149 or 11742157. OLE color: 11742157.

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

Color convert

RGB20543179-
CMYK00.790.130.20
HSL309.63º65.32%48.63%-
HSV(B)309.63º79.02%80.39%-
XYZ34.1817.9644.31-
YUV106.94168.67197.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 43 (17.19% from 255) = 10.07%
BLUE value IS 179 (70.31% from 255) = 41.92%
R=48.01%
G=10.07%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054317900.790.130.20309.6365.3248.63
HexCD2BB304FD141364131
Octal315532630117152446610161
Binary1100110110101110110011010011111101101001001101101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2BB3; }

 p { color: rgb(205,43,179); }

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

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

 a { background-color: rgb(205,43,179); }

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

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

 span { border-color: rgb(205,43,179); }

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