Html Css Color HEX #CC56B3 Fuchsia

📋 copy color: '#CC56B3'

red 204 ◦ green 86 ◦ blue 179

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

Shades of Fuchsia #CC56B3

Tints of Fuchsia #CC56B3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.34%

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 43.5%
G = 18.34%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC56B3 (or 0xCC56B3) is known color: Fuchsia. HEX triplet: CC, 56 and B3. RGB value is (204,86,179). Sum of RGB (Red+Green+Blue) = 204+86+179=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56B3 is #33A94C. Grayscale: #838383. Windows color (decimal): -3385677 or 11753164. OLE color: 11753164.

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

Color convert

RGB 204 86 179 -
CMYK 0 0.58 0.12 0.2
HSL 312.71º 0.54% 0.57% -
HSV(B) 312.71º 0.58% 0.8% -
XYZ 36.37 22.75 45.12 -
YUV 131.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 204 86 179 0 0.58 0.12 0.2 312.71 0.54 0.57
Hex CC 56 B3 0 3A C 14 139 36 39
Octal 314 126 263 0 72 14 24 471 66 71
Binary 11001100 1010110 10110011 0 111010 1100 10100 100111001 110110 111001

Color Harmonies of #CC56B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56B3

Black with #CC56B3

Text Example


Text Example

White with #CC56B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56B3; }

 p { color: rgb(204,86,179); }

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

background-color css

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

 a { background-color: rgb(204,86,179); }

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

border-color css

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

 span { border-color: rgb(204,86,179); }

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