Html Css Color HEX #CC4DAB Fuchsia

📋 copy color: '#CC4DAB'

red 204 ◦ green 77 ◦ blue 171

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

Shades of Fuchsia #CC4DAB

Tints of Fuchsia #CC4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

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

R = 45.13%
G = 17.04%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC4DAB (or 0xCC4DAB) is known color: Fuchsia. HEX triplet: CC, 4D and AB. RGB value is (204,77,171). Sum of RGB (Red+Green+Blue) = 204+77+171=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4DAB is #33B254. Grayscale: #7D7D7D. Windows color (decimal): -3387989 or 11226572. OLE color: 11226572.

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

Color convert

RGB 204 77 171 -
CMYK 0 0.62 0.16 0.2
HSL 315.59º 0.55% 0.55% -
HSV(B) 315.59º 0.62% 0.8% -
XYZ 34.91 21.09 40.76 -
YUV 125.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 204 77 171 0 0.62 0.16 0.2 315.59 0.55 0.55
Hex CC 4D AB 0 3E 10 14 13C 37 37
Octal 314 115 253 0 76 20 24 474 67 67
Binary 11001100 1001101 10101011 0 111110 10000 10100 100111100 110111 110111

Color Harmonies of #CC4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DAB

Black with #CC4DAB

Text Example


Text Example

White with #CC4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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