Shades of Fuchsia #CC54C2
Tints of Fuchsia #CC54C2
RGB
CMYK
RGB Variations
Color information
#CC54C2 (or 0xCC54C2) is known color: Fuchsia. HEX triplet: CC, 54 and C2. RGB value is (204,84,194). Sum of RGB (Red+Green+Blue) = 204+84+194=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54C2 is #33AB3D. Grayscale: #848484. Windows color (decimal): -3386174 or 12735692. OLE color: 12735692.
HSL color Cylindrical-coordinate representation of color #CC54C2: hue angle of 305º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC54C2 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 84 | 194 | - |
CMYK | 0 | 0.59 | 0.05 | 0.2 |
HSL | 305º | 0.54% | 0.56% | - |
HSV(B) | 305º | 0.59% | 0.8% | - |
XYZ | 37.81 | 23.07 | 53.5 | - |
YUV | 132.42 | 162.76 | 179.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 84 | 194 | 0 | 0.59 | 0.05 | 0.2 | 305 | 0.54 | 0.56 |
Hex | CC | 54 | C2 | 0 | 3B | 5 | 14 | 131 | 36 | 38 |
Octal | 314 | 124 | 302 | 0 | 73 | 5 | 24 | 461 | 66 | 70 |
Binary | 11001100 | 1010100 | 11000010 | 0 | 111011 | 101 | 10100 | 100110001 | 110110 | 111000 |
Color Harmonies of #CC54C2
Complementary color
Monochromatic Colors of #CC54C2
Black with #CC54C2
Text Example
Text Example
White with #CC54C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54C2; }
p { color: rgb(204,84,194); }
H1.HeaderClassName
{
color: #CC54C2;
}
.AnyTagClassName
{
color: #CC54C2;
}
</style>
background-color css
<style>
a { background-color: #CC54C2; }
a { background-color: rgb(204,84,194); }
div.DivClassName
{
background-color: #CC54C2;
}
.BgClassName
{
background-color: #CC54C2;
}
</style>
border-color css
<style>
span { border-color: #CC54C2; }
span { border-color: rgb(204,84,194); }
td.TdClassName
{
border-color: #CC54C2;
}
.TagClassName
{
border-color: #CC54C2;
}
</style>