Html Css Color HEX #CC4AB2 Fuchsia

📋 copy color: '#CC4AB2'

red 204 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #CC4AB2

Tints of Fuchsia #CC4AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 44.74%
G = 16.23%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC4AB2 (or 0xCC4AB2) is known color: Fuchsia. HEX triplet: CC, 4A and B2. RGB value is (204,74,178). Sum of RGB (Red+Green+Blue) = 204+74+178=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AB2 is #33B54D. Grayscale: #7C7C7C. Windows color (decimal): -3388750 or 11684556. OLE color: 11684556.

HSL color Cylindrical-coordinate representation of color #CC4AB2: hue angle of 312º 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 #CC4AB2 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 178 -
CMYK 0 0.64 0.13 0.2
HSL 312º 0.56% 0.55% -
HSV(B) 312º 0.64% 0.8% -
XYZ 35.39 20.95 44.3 -
YUV 124.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 204 74 178 0 0.64 0.13 0.2 312 0.56 0.55
Hex CC 4A B2 0 40 D 14 138 38 37
Octal 314 112 262 0 100 15 24 470 70 67
Binary 11001100 1001010 10110010 0 1000000 1101 10100 100111000 111000 110111

Color Harmonies of #CC4AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AB2

Black with #CC4AB2

Text Example


Text Example

White with #CC4AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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