#cc30b2

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

Shades of Fuchsia #CC30B2

Tints of Fuchsia #CC30B2

Color information

#CC30B2 (or 0xCC30B2) is unknown color: approx Fuchsia. HEX triplet: CC, 30 and B2. RGB value is (204,48,178). Sum of RGB (Red+Green+Blue) = 204+48+178=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC30B2 is #33CF4D. Grayscale: #6D6D6D. Windows color (decimal): -3395406 or 11677900. OLE color: 11677900.

HSL color Cylindrical-coordinate representation of color #CC30B2: hue angle of 310º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC30B2 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB20448178-
CMYK00.760.130.2
HSL310º61.9%49.41%-
HSV(B)310º76.47%80%-
XYZ33.9918.1743.83-
YUV109.46166.68195.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 48 (19.14% from 255) = 11.16%
BLUE value IS 178 (69.92% from 255) = 41.40%
R=47.44%
G=11.16%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044817800.760.130.231061.949.41
HexCC30B204CD141363e31
Octal31460262011415244667661
Binary110011001100001011001001001100110110100100110110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc30b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc30b2; }

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

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

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

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

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

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

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

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