Html Css Color HEX #CC3AAB Fuchsia

📋 copy color: '#CC3AAB'

red 204 ◦ green 58 ◦ blue 171

#CC3AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC3AAB

Tints of Fuchsia #CC3AAB

RGB

 RED value IS 204 (80.08% from 255) = 47.11%

 GREEN value IS 58 (23.05% from 255) = 13.39%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 47.11%
G = 13.39%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC3AAB (or 0xCC3AAB) is known color: Fuchsia. HEX triplet: CC, 3A and AB. RGB value is (204,58,171). Sum of RGB (Red+Green+Blue) = 204+58+171=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AAB is #33C554. Grayscale: #727272. Windows color (decimal): -3392853 or 11221708. OLE color: 11221708.

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

Color convert

RGB 204 58 171 -
CMYK 0 0.72 0.16 0.2
HSL 313.56º 0.59% 0.51% -
HSV(B) 313.56º 0.72% 0.8% -
XYZ 33.77 18.8 40.38 -
YUV 114.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 204 58 171 0 0.72 0.16 0.2 313.56 0.59 0.51
Hex CC 3A AB 0 48 10 14 13A 3B 33
Octal 314 72 253 0 110 20 24 472 73 63
Binary 11001100 111010 10101011 0 1001000 10000 10100 100111010 111011 110011

Color Harmonies of #CC3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AAB

Black with #CC3AAB

Text Example


Text Example

White with #CC3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AAB; }

 p { color: rgb(204,58,171); }

 H1.HeaderClassName
 {
   color: #CC3AAB;
 }
 .AnyTagClassName
 {
   color: #CC3AAB;
 }
</style>

background-color css

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

 a { background-color: rgb(204,58,171); }

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

border-color css

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

 span { border-color: rgb(204,58,171); }

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