Html Css Color HEX #C047BC Fuchsia

📋 copy color: '#C047BC'

red 192 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #C047BC

Tints of Fuchsia #C047BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 42.57%
G = 15.74%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C047BC (or 0xC047BC) is known color: Fuchsia. HEX triplet: C0, 47 and BC. RGB value is (192,71,188). Sum of RGB (Red+Green+Blue) = 192+71+188=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C047BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047BC is #3FB843. Grayscale: #787878. Windows color (decimal): -4175940 or 12339136. OLE color: 12339136.

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

Color convert

RGB 192 71 188 -
CMYK 0 0.63 0.02 0.25
HSL 301.98º 0.49% 0.52% -
HSV(B) 301.98º 0.63% 0.75% -
XYZ 33.07 19.34 49.57 -
YUV 120.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 192 71 188 0 0.63 0.02 0.25 301.98 0.49 0.52
Hex C0 47 BC 0 3F 2 19 12E 31 34
Octal 300 107 274 0 77 2 31 456 61 64
Binary 11000000 1000111 10111100 0 111111 10 11001 100101110 110001 110100

Color Harmonies of #C047BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047BC

Black with #C047BC

Text Example


Text Example

White with #C047BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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