Html Css Color HEX #CC4AB0 Fuchsia

📋 copy color: '#CC4AB0'

red 204 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #CC4AB0

Tints of Fuchsia #CC4AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.77%

R = 44.93%
G = 16.3%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC4AB0 (or 0xCC4AB0) is known color: Fuchsia. HEX triplet: CC, 4A and B0. RGB value is (204,74,176). Sum of RGB (Red+Green+Blue) = 204+74+176=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4AB0 is #33B54F. Grayscale: #7C7C7C. Windows color (decimal): -3388752 or 11553484. OLE color: 11553484.

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

Color convert

RGB 204 74 176 -
CMYK 0 0.64 0.14 0.2
HSL 312.92º 0.56% 0.55% -
HSV(B) 312.92º 0.64% 0.8% -
XYZ 35.19 20.87 43.25 -
YUV 124.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 204 74 176 0 0.64 0.14 0.2 312.92 0.56 0.55
Hex CC 4A B0 0 40 E 14 139 38 37
Octal 314 112 260 0 100 16 24 471 70 67
Binary 11001100 1001010 10110000 0 1000000 1110 10100 100111001 111000 110111

Color Harmonies of #CC4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AB0

Black with #CC4AB0

Text Example


Text Example

White with #CC4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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