Html Css Color HEX #CC47B9 Fuchsia

📋 copy color: '#CC47B9'

red 204 ◦ green 71 ◦ blue 185

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

Shades of Fuchsia #CC47B9

Tints of Fuchsia #CC47B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 44.35%
G = 15.43%
B = 40.22%

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

#CC47B9 (or 0xCC47B9) is known color: Fuchsia. HEX triplet: CC, 47 and B9. RGB value is (204,71,185). Sum of RGB (Red+Green+Blue) = 204+71+185=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47B9 is #33B846. Grayscale: #7B7B7B. Windows color (decimal): -3389511 or 12142540. OLE color: 12142540.

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

Color convert

RGB 204 71 185 -
CMYK 0 0.65 0.09 0.2
HSL 308.57º 0.57% 0.54% -
HSV(B) 308.57º 0.65% 0.8% -
XYZ 35.91 20.85 48.03 -
YUV 123.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 204 71 185 0 0.65 0.09 0.2 308.57 0.57 0.54
Hex CC 47 B9 0 41 9 14 135 39 36
Octal 314 107 271 0 101 11 24 465 71 66
Binary 11001100 1000111 10111001 0 1000001 1001 10100 100110101 111001 110110

Color Harmonies of #CC47B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47B9

Black with #CC47B9

Text Example


Text Example

White with #CC47B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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