Html Css Color HEX #CC54AF Fuchsia

📋 copy color: '#CC54AF'

red 204 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #CC54AF

Tints of Fuchsia #CC54AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.14%

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 44.06%
G = 18.14%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC54AF (or 0xCC54AF) is known color: Fuchsia. HEX triplet: CC, 54 and AF. RGB value is (204,84,175). Sum of RGB (Red+Green+Blue) = 204+84+175=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54AF is #33AB50. Grayscale: #828282. Windows color (decimal): -3386193 or 11490508. OLE color: 11490508.

HSL color Cylindrical-coordinate representation of color #CC54AF: hue angle of 314.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC54AF is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 175 -
CMYK 0 0.59 0.14 0.2
HSL 314.5º 0.54% 0.56% -
HSV(B) 314.5º 0.59% 0.8% -
XYZ 35.81 22.27 42.97 -
YUV 130.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 204 84 175 0 0.59 0.14 0.2 314.5 0.54 0.56
Hex CC 54 AF 0 3B E 14 13A 36 38
Octal 314 124 257 0 73 16 24 472 66 70
Binary 11001100 1010100 10101111 0 111011 1110 10100 100111010 110110 111000

Color Harmonies of #CC54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC54AF

Black with #CC54AF

Text Example


Text Example

White with #CC54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC54AF; }

 p { color: rgb(204,84,175); }

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

background-color css

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

 a { background-color: rgb(204,84,175); }

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

border-color css

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

 span { border-color: rgb(204,84,175); }

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