#CC30D1

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

Shades of Fuchsia #CC30D1

Tints of Fuchsia #CC30D1

Color information

#CC30D1 (or 0xCC30D1) is unknown color: approx Fuchsia. HEX triplet: CC, 30 and D1. RGB value is (204,48,209). Sum of RGB (Red+Green+Blue) = 204+48+209=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC30D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30D1 is #33CF2E. Grayscale: #707070. Windows color (decimal): -3395375 or 13709516. OLE color: 13709516.

HSL color Cylindrical-coordinate representation of color #CC30D1: hue angle of 298.14º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC30D1 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20448209-
CMYK0.020.7700.18
HSL298.14º63.64%50.39%-
HSV(B)298.14º77.03%81.96%-
XYZ37.4719.5562.12-
YUV113182.18192.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 48 (19.14% from 255) = 10.41%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=44.25%
G=10.41%
B=45.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204482090.020.7700.18298.1463.6450.39
HexCC30D124D01212a4032
Octal31460321211502245210062
Binary11001100110000110100011010011010100101001010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC30D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC30D1; }

 p { color: rgb(204,48,209); }

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

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

 a { background-color: rgb(204,48,209); }

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

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

 span { border-color: rgb(204,48,209); }

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