#CD51C2

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

Shades of Fuchsia #CD51C2

Tints of Fuchsia #CD51C2

Color information

#CD51C2 (or 0xCD51C2) is unknown color: approx Fuchsia. HEX triplet: CD, 51 and C2. RGB value is (205,81,194). Sum of RGB (Red+Green+Blue) = 205+81+194=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD51C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51C2 is #32AE3D. Grayscale: #828282. Windows color (decimal): -3321406 or 12734925. OLE color: 12734925.

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

Color convert

RGB20581194-
CMYK00.600.050.20
HSL305.32º55.36%56.08%-
HSV(B)305.32º60.49%80.39%-
XYZ37.8622.7653.44-
YUV130.96163.58180.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 194 (76.17% from 255) = 40.42%
R=42.71%
G=16.88%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058119400.600.050.20305.3255.3656.08
HexCD51C203C5141313738
Octal3151213020745244616770
Binary11001101101000111000010011110010110100100110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD51C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD51C2; }

 p { color: rgb(205,81,194); }

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

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

 a { background-color: rgb(205,81,194); }

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

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

 span { border-color: rgb(205,81,194); }

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