#CD30C6

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

Shades of Fuchsia #CD30C6

Tints of Fuchsia #CD30C6

Color information

#CD30C6 (or 0xCD30C6) is unknown color: approx Fuchsia. HEX triplet: CD, 30 and C6. RGB value is (205,48,198). Sum of RGB (Red+Green+Blue) = 205+48+198=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30C6 is #32CF39. Grayscale: #6F6F6F. Windows color (decimal): -3329850 or 12988621. OLE color: 12988621.

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

Color convert

RGB20548198-
CMYK00.770.030.20
HSL302.68º62.06%49.61%-
HSV(B)302.68º76.59%80.39%-
XYZ36.4319.1755.21-
YUV112.04176.51194.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 48 (19.14% from 255) = 10.64%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=45.45%
G=10.64%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054819800.770.030.20302.6862.0649.61
HexCD30C604D31412f3e32
Octal3156030601153244577662
Binary1100110111000011000110010011011110100100101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD30C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD30C6; }

 p { color: rgb(205,48,198); }

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

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

 a { background-color: rgb(205,48,198); }

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

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

 span { border-color: rgb(205,48,198); }

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