Html Css Color HEX #CC51B0 Fuchsia

📋 copy color: '#CC51B0'

red 204 ◦ green 81 ◦ blue 176

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

Shades of Fuchsia #CC51B0

Tints of Fuchsia #CC51B0

RGB

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

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

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

R = 44.25%
G = 17.57%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC51B0 (or 0xCC51B0) is known color: Fuchsia. HEX triplet: CC, 51 and B0. RGB value is (204,81,176). Sum of RGB (Red+Green+Blue) = 204+81+176=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC51B0 is #33AE4F. Grayscale: #808080. Windows color (decimal): -3386960 or 11555276. OLE color: 11555276.

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

Color convert

RGB 204 81 176 -
CMYK 0 0.60 0.14 0.2
HSL 313.66º 0.55% 0.56% -
HSV(B) 313.66º 0.6% 0.8% -
XYZ 35.68 21.86 43.41 -
YUV 128.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 204 81 176 0 0.60 0.14 0.2 313.66 0.55 0.56
Hex CC 51 B0 0 3C E 14 13A 37 38
Octal 314 121 260 0 74 16 24 472 67 70
Binary 11001100 1010001 10110000 0 111100 1110 10100 100111010 110111 111000

Color Harmonies of #CC51B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51B0

Black with #CC51B0

Text Example


Text Example

White with #CC51B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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