#CD61B3

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

Shades of Fuchsia #CD61B3

Tints of Fuchsia #CD61B3

Color information

#CD61B3 (or 0xCD61B3) is unknown color: approx Fuchsia. HEX triplet: CD, 61 and B3. RGB value is (205,97,179). Sum of RGB (Red+Green+Blue) = 205+97+179=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD61B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61B3 is #329E4C. Grayscale: #8A8A8A. Windows color (decimal): -3317325 or 11755981. OLE color: 11755981.

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

Color convert

RGB20597179-
CMYK00.530.130.20
HSL314.44º51.92%59.22%-
HSV(B)314.44º52.68%80.39%-
XYZ37.5924.7845.45-
YUV138.64150.78175.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=42.62%
G=20.17%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059717900.530.130.20314.4451.9259.22
HexCD61B3035D1413a343b
Octal31514126306515244726473
Binary110011011100001101100110110101110110100100111010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61B3; }

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

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

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

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

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

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

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

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