Html Css Color HEX #C047B8 Fuchsia

📋 copy color: '#C047B8'

red 192 ◦ green 71 ◦ blue 184

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

Shades of Fuchsia #C047B8

Tints of Fuchsia #C047B8

RGB

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

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

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

R = 42.95%
G = 15.88%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C047B8 (or 0xC047B8) is known color: Fuchsia. HEX triplet: C0, 47 and B8. RGB value is (192,71,184). Sum of RGB (Red+Green+Blue) = 192+71+184=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C047B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047B8 is #3FB847. Grayscale: #777777. Windows color (decimal): -4175944 or 12076992. OLE color: 12076992.

HSL color Cylindrical-coordinate representation of color #C047B8: hue angle of 303.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C047B8 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 184 -
CMYK 0 0.63 0.04 0.25
HSL 303.97º 0.49% 0.52% -
HSV(B) 303.97º 0.63% 0.75% -
XYZ 32.64 19.17 47.33 -
YUV 120.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 192 71 184 0 0.63 0.04 0.25 303.97 0.49 0.52
Hex C0 47 B8 0 3F 4 19 130 31 34
Octal 300 107 270 0 77 4 31 460 61 64
Binary 11000000 1000111 10111000 0 111111 100 11001 100110000 110001 110100

Color Harmonies of #C047B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047B8

Black with #C047B8

Text Example


Text Example

White with #C047B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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