Html Css Color HEX #CC51AD Fuchsia

📋 copy color: '#CC51AD'

red 204 ◦ green 81 ◦ blue 173

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

Shades of Fuchsia #CC51AD

Tints of Fuchsia #CC51AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.69%

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 44.54%
G = 17.69%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC51AD (or 0xCC51AD) is known color: Fuchsia. HEX triplet: CC, 51 and AD. RGB value is (204,81,173). Sum of RGB (Red+Green+Blue) = 204+81+173=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC51AD is #33AE52. Grayscale: #808080. Windows color (decimal): -3386963 or 11358668. OLE color: 11358668.

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

Color convert

RGB 204 81 173 -
CMYK 0 0.60 0.15 0.2
HSL 315.12º 0.55% 0.56% -
HSV(B) 315.12º 0.6% 0.8% -
XYZ 35.39 21.74 41.87 -
YUV 128.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 204 81 173 0 0.60 0.15 0.2 315.12 0.55 0.56
Hex CC 51 AD 0 3C F 14 13B 37 38
Octal 314 121 255 0 74 17 24 473 67 70
Binary 11001100 1010001 10101101 0 111100 1111 10100 100111011 110111 111000

Color Harmonies of #CC51AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51AD

Black with #CC51AD

Text Example


Text Example

White with #CC51AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51AD; }

 p { color: rgb(204,81,173); }

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

background-color css

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

 a { background-color: rgb(204,81,173); }

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

border-color css

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

 span { border-color: rgb(204,81,173); }

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