Html Css Color HEX #C047CC Fuchsia

📋 copy color: '#C047CC'

red 192 ◦ green 71 ◦ blue 204

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

Shades of Fuchsia #C047CC

Tints of Fuchsia #C047CC

RGB

 RED value IS 192 (75.39% from 255) = 41.11%

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 41.11%
G = 15.2%
B = 43.68%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C047CC (or 0xC047CC) is known color: Fuchsia. HEX triplet: C0, 47 and CC. RGB value is (192,71,204). Sum of RGB (Red+Green+Blue) = 192+71+204=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #C047CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047CC is #3FB833. Grayscale: #797979. Windows color (decimal): -4175924 or 13387712. OLE color: 13387712.

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

Color convert

RGB 192 71 204 -
CMYK 0.06 0.65 0 0.2
HSL 294.59º 0.57% 0.54% -
HSV(B) 294.59º 0.65% 0.8% -
XYZ 34.89 20.07 59.16 -
YUV 122.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 192 71 204 0.06 0.65 0 0.2 294.59 0.57 0.54
Hex C0 47 CC 6 41 0 14 127 39 36
Octal 300 107 314 6 101 0 24 447 71 66
Binary 11000000 1000111 11001100 110 1000001 0 10100 100100111 111001 110110

Color Harmonies of #C047CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047CC

Black with #C047CC

Text Example


Text Example

White with #C047CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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