#CC62C1

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

Shades of Fuchsia #CC62C1

Tints of Fuchsia #CC62C1

Color information

#CC62C1 (or 0xCC62C1) is unknown color: approx Fuchsia. HEX triplet: CC, 62 and C1. RGB value is (204,98,193). Sum of RGB (Red+Green+Blue) = 204+98+193=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C1 is #339D3E. Grayscale: #8C8C8C. Windows color (decimal): -3382591 or 12673740. OLE color: 12673740.

HSL color Cylindrical-coordinate representation of color #CC62C1: hue angle of 306.23º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC62C1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB20498193-
CMYK00.520.050.2
HSL306.23º50.96%59.22%-
HSV(B)306.23º51.96%80%-
XYZ38.925.4253.31-
YUV140.52157.62173.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 98 (38.67% from 255) = 19.80%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=41.21%
G=19.80%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049819300.520.050.2306.2350.9659.22
HexCC62C1034514132333b
Octal3141423010645244626373
Binary11001100110001011000001011010010110100100110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62C1; }

 p { color: rgb(204,98,193); }

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

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

 a { background-color: rgb(204,98,193); }

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

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

 span { border-color: rgb(204,98,193); }

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