#CC6CBA

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

Shades of Fuchsia #CC6CBA

Tints of Fuchsia #CC6CBA

Color information

#CC6CBA (or 0xCC6CBA) is unknown color: approx Fuchsia. HEX triplet: CC, 6C and BA. RGB value is (204,108,186). Sum of RGB (Red+Green+Blue) = 204+108+186=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CBA is #339345. Grayscale: #919191. Windows color (decimal): -3380038 or 12217548. OLE color: 12217548.

HSL color Cylindrical-coordinate representation of color #CC6CBA: hue angle of 311.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6CBA is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204108186-
CMYK00.470.090.2
HSL311.25º48.48%61.18%-
HSV(B)311.25º47.06%80%-
XYZ39.1327.1149.62-
YUV145.6150.8169.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 108 (42.58% from 255) = 21.69%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=40.96%
G=21.69%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410818600.470.090.2311.2548.4861.18
HexCC6CBA02F914137303d
Octal31415427205711244676075
Binary110011001101100101110100101111100110100100110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CBA; }

 p { color: rgb(204,108,186); }

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

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

 a { background-color: rgb(204,108,186); }

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

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

 span { border-color: rgb(204,108,186); }

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