Html Css Color HEX #CC4AB9 Fuchsia

📋 copy color: '#CC4AB9'

red 204 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #CC4AB9

Tints of Fuchsia #CC4AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 44.06%
G = 15.98%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC4AB9 (or 0xCC4AB9) is known color: Fuchsia. HEX triplet: CC, 4A and B9. RGB value is (204,74,185). Sum of RGB (Red+Green+Blue) = 204+74+185=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AB9 is #33B546. Grayscale: #7D7D7D. Windows color (decimal): -3388743 or 12143308. OLE color: 12143308.

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

Color convert

RGB 204 74 185 -
CMYK 0 0.64 0.09 0.2
HSL 308.77º 0.56% 0.55% -
HSV(B) 308.77º 0.64% 0.8% -
XYZ 36.11 21.24 48.1 -
YUV 125.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 204 74 185 0 0.64 0.09 0.2 308.77 0.56 0.55
Hex CC 4A B9 0 40 9 14 135 38 37
Octal 314 112 271 0 100 11 24 465 70 67
Binary 11001100 1001010 10111001 0 1000000 1001 10100 100110101 111000 110111

Color Harmonies of #CC4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AB9

Black with #CC4AB9

Text Example


Text Example

White with #CC4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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