#CD30C7

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

Shades of Fuchsia #CD30C7

Tints of Fuchsia #CD30C7

Color information

#CD30C7 (or 0xCD30C7) is unknown color: approx Fuchsia. HEX triplet: CD, 30 and C7. RGB value is (205,48,199). Sum of RGB (Red+Green+Blue) = 205+48+199=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30C7 is #32CF38. Grayscale: #6F6F6F. Windows color (decimal): -3329849 or 13054157. OLE color: 13054157.

HSL color Cylindrical-coordinate representation of color #CD30C7: hue angle of 302.29º 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 #CD30C7 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB20548199-
CMYK00.770.030.20
HSL302.29º62.06%49.61%-
HSV(B)302.29º76.59%80.39%-
XYZ36.5419.2255.82-
YUV112.16177.01194.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 48 (19.14% from 255) = 10.62%
BLUE value IS 199 (78.12% from 255) = 44.03%
R=45.35%
G=10.62%
B=44.03%

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
Decimal2054819900.770.030.20302.2962.0649.61
HexCD30C704D31412e3e32
Octal3156030701153244567662
Binary1100110111000011000111010011011110100100101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD30C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD30C7; }

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

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

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

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

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

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

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

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