Html Css Color HEX #CC47B2 Fuchsia

📋 copy color: '#CC47B2'

red 204 ◦ green 71 ◦ blue 178

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

Shades of Fuchsia #CC47B2

Tints of Fuchsia #CC47B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 45.03%
G = 15.67%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC47B2 (or 0xCC47B2) is known color: Fuchsia. HEX triplet: CC, 47 and B2. RGB value is (204,71,178). Sum of RGB (Red+Green+Blue) = 204+71+178=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47B2 is #33B84D. Grayscale: #7A7A7A. Windows color (decimal): -3389518 or 11683788. OLE color: 11683788.

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

Color convert

RGB 204 71 178 -
CMYK 0 0.65 0.13 0.2
HSL 311.73º 0.57% 0.54% -
HSV(B) 311.73º 0.65% 0.8% -
XYZ 35.19 20.56 44.23 -
YUV 122.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 204 71 178 0 0.65 0.13 0.2 311.73 0.57 0.54
Hex CC 47 B2 0 41 D 14 138 39 36
Octal 314 107 262 0 101 15 24 470 71 66
Binary 11001100 1000111 10110010 0 1000001 1101 10100 100111000 111001 110110

Color Harmonies of #CC47B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47B2

Black with #CC47B2

Text Example


Text Example

White with #CC47B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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