Html Css Color HEX #CC47B8 Fuchsia

📋 copy color: '#CC47B8'

red 204 ◦ green 71 ◦ blue 184

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

Shades of Fuchsia #CC47B8

Tints of Fuchsia #CC47B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 44.44%
G = 15.47%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC47B8 (or 0xCC47B8) is known color: Fuchsia. HEX triplet: CC, 47 and B8. RGB value is (204,71,184). Sum of RGB (Red+Green+Blue) = 204+71+184=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47B8 is #33B847. Grayscale: #7B7B7B. Windows color (decimal): -3389512 or 12077004. OLE color: 12077004.

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

Color convert

RGB 204 71 184 -
CMYK 0 0.65 0.10 0.2
HSL 309.02º 0.57% 0.54% -
HSV(B) 309.02º 0.65% 0.8% -
XYZ 35.81 20.8 47.48 -
YUV 123.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 204 71 184 0 0.65 0.10 0.2 309.02 0.57 0.54
Hex CC 47 B8 0 41 A 14 135 39 36
Octal 314 107 270 0 101 12 24 465 71 66
Binary 11001100 1000111 10111000 0 1000001 1010 10100 100110101 111001 110110

Color Harmonies of #CC47B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47B8

Black with #CC47B8

Text Example


Text Example

White with #CC47B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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