Html Css Color HEX #CC47CB Fuchsia

📋 copy color: '#CC47CB'

red 204 ◦ green 71 ◦ blue 203

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

Shades of Fuchsia #CC47CB

Tints of Fuchsia #CC47CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 42.68%
G = 14.85%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC47CB (or 0xCC47CB) is known color: Fuchsia. HEX triplet: CC, 47 and CB. RGB value is (204,71,203). Sum of RGB (Red+Green+Blue) = 204+71+203=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47CB is #33B834. Grayscale: #7D7D7D. Windows color (decimal): -3389493 or 13322188. OLE color: 13322188.

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

Color convert

RGB 204 71 203 -
CMYK 0 0.65 0.00 0.2
HSL 300.45º 0.57% 0.54% -
HSV(B) 300.45º 0.65% 0.8% -
XYZ 37.93 21.66 58.68 -
YUV 125.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 204 71 203 0 0.65 0.00 0.2 300.45 0.57 0.54
Hex CC 47 CB 0 41 0 14 12C 39 36
Octal 314 107 313 0 101 0 24 454 71 66
Binary 11001100 1000111 11001011 0 1000001 0 10100 100101100 111001 110110

Color Harmonies of #CC47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC47CB

Black with #CC47CB

Text Example


Text Example

White with #CC47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC47CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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