Html Css Color HEX #C047BA Fuchsia

📋 copy color: '#C047BA'

red 192 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #C047BA

Tints of Fuchsia #C047BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 42.76%
G = 15.81%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C047BA (or 0xC047BA) is known color: Fuchsia. HEX triplet: C0, 47 and BA. RGB value is (192,71,186). Sum of RGB (Red+Green+Blue) = 192+71+186=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C047BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047BA is #3FB845. Grayscale: #777777. Windows color (decimal): -4175942 or 12208064. OLE color: 12208064.

HSL color Cylindrical-coordinate representation of color #C047BA: hue angle of 302.98º 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 #C047BA is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 186 -
CMYK 0 0.63 0.03 0.25
HSL 302.98º 0.49% 0.52% -
HSV(B) 302.98º 0.63% 0.75% -
XYZ 32.85 19.26 48.44 -
YUV 120.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 192 71 186 0 0.63 0.03 0.25 302.98 0.49 0.52
Hex C0 47 BA 0 3F 3 19 12F 31 34
Octal 300 107 272 0 77 3 31 457 61 64
Binary 11000000 1000111 10111010 0 111111 11 11001 100101111 110001 110100

Color Harmonies of #C047BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047BA

Black with #C047BA

Text Example


Text Example

White with #C047BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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