Html Css Color HEX #CC4AB8 Fuchsia

📋 copy color: '#CC4AB8'

red 204 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #CC4AB8

Tints of Fuchsia #CC4AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 44.16%
G = 16.02%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC4AB8 (or 0xCC4AB8) is known color: Fuchsia. HEX triplet: CC, 4A and B8. RGB value is (204,74,184). Sum of RGB (Red+Green+Blue) = 204+74+184=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AB8 is #33B547. Grayscale: #7D7D7D. Windows color (decimal): -3388744 or 12077772. OLE color: 12077772.

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

Color convert

RGB 204 74 184 -
CMYK 0 0.64 0.10 0.2
HSL 309.23º 0.56% 0.55% -
HSV(B) 309.23º 0.64% 0.8% -
XYZ 36 21.2 47.54 -
YUV 125.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 204 74 184 0 0.64 0.10 0.2 309.23 0.56 0.55
Hex CC 4A B8 0 40 A 14 135 38 37
Octal 314 112 270 0 100 12 24 465 70 67
Binary 11001100 1001010 10111000 0 1000000 1010 10100 100110101 111000 110111

Color Harmonies of #CC4AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AB8

Black with #CC4AB8

Text Example


Text Example

White with #CC4AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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