Html Css Color HEX #CC4AAB Fuchsia

📋 copy color: '#CC4AAB'

red 204 ◦ green 74 ◦ blue 171

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

Shades of Fuchsia #CC4AAB

Tints of Fuchsia #CC4AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.48%

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

R = 45.43%
G = 16.48%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC4AAB (or 0xCC4AAB) is known color: Fuchsia. HEX triplet: CC, 4A and AB. RGB value is (204,74,171). Sum of RGB (Red+Green+Blue) = 204+74+171=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AAB is #33B554. Grayscale: #7B7B7B. Windows color (decimal): -3388757 or 11225804. OLE color: 11225804.

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

Color convert

RGB 204 74 171 -
CMYK 0 0.64 0.16 0.2
HSL 315.23º 0.56% 0.55% -
HSV(B) 315.23º 0.64% 0.8% -
XYZ 34.7 20.68 40.69 -
YUV 123.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 204 74 171 0 0.64 0.16 0.2 315.23 0.56 0.55
Hex CC 4A AB 0 40 10 14 13B 38 37
Octal 314 112 253 0 100 20 24 473 70 67
Binary 11001100 1001010 10101011 0 1000000 10000 10100 100111011 111000 110111

Color Harmonies of #CC4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AAB

Black with #CC4AAB

Text Example


Text Example

White with #CC4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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