#CC3DC7

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

Shades of Fuchsia #CC3DC7

Tints of Fuchsia #CC3DC7

Color information

#CC3DC7 (or 0xCC3DC7) is unknown color: approx Fuchsia. HEX triplet: CC, 3D and C7. RGB value is (204,61,199). Sum of RGB (Red+Green+Blue) = 204+61+199=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DC7 is #33C238. Grayscale: #777777. Windows color (decimal): -3392057 or 13057484. OLE color: 13057484.

HSL color Cylindrical-coordinate representation of color #CC3DC7: hue angle of 302.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3DC7 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB20461199-
CMYK00.700.020.2
HSL302.1º58.37%51.96%-
HSV(B)302.1º70.1%80%-
XYZ36.8820.356.01-
YUV119.49172.88188.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 61 (24.22% from 255) = 13.15%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=43.97%
G=13.15%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046119900.700.020.2302.158.3751.96
HexCC3DC704621412e3a34
Octal3147530701062244567264
Binary1100110011110111000111010001101010100100101110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3DC7; }

 p { color: rgb(204,61,199); }

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

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

 a { background-color: rgb(204,61,199); }

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

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

 span { border-color: rgb(204,61,199); }

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