Html Css Color HEX #CC47BA Fuchsia

📋 copy color: '#CC47BA'

red 204 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #CC47BA

Tints of Fuchsia #CC47BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.4%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 44.25%
G = 15.4%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC47BA (or 0xCC47BA) is known color: Fuchsia. HEX triplet: CC, 47 and BA. RGB value is (204,71,186). Sum of RGB (Red+Green+Blue) = 204+71+186=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47BA is #33B845. Grayscale: #7B7B7B. Windows color (decimal): -3389510 or 12208076. OLE color: 12208076.

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

Color convert

RGB 204 71 186 -
CMYK 0 0.65 0.09 0.2
HSL 308.12º 0.57% 0.54% -
HSV(B) 308.12º 0.65% 0.8% -
XYZ 36.02 20.89 48.59 -
YUV 123.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 204 71 186 0 0.65 0.09 0.2 308.12 0.57 0.54
Hex CC 47 BA 0 41 9 14 134 39 36
Octal 314 107 272 0 101 11 24 464 71 66
Binary 11001100 1000111 10111010 0 1000001 1001 10100 100110100 111001 110110

Color Harmonies of #CC47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47BA

Black with #CC47BA

Text Example


Text Example

White with #CC47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47BA; }

 p { color: rgb(204,71,186); }

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

background-color css

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

 a { background-color: rgb(204,71,186); }

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

border-color css

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

 span { border-color: rgb(204,71,186); }

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