Html Css Color HEX #C047BE Fuchsia

📋 copy color: '#C047BE'

red 192 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #C047BE

Tints of Fuchsia #C047BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 42.38%
G = 15.67%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C047BE (or 0xC047BE) is known color: Fuchsia. HEX triplet: C0, 47 and BE. RGB value is (192,71,190). Sum of RGB (Red+Green+Blue) = 192+71+190=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C047BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047BE is #3FB841. Grayscale: #787878. Windows color (decimal): -4175938 or 12470208. OLE color: 12470208.

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

Color convert

RGB 192 71 190 -
CMYK 0 0.63 0.01 0.25
HSL 300.99º 0.49% 0.52% -
HSV(B) 300.99º 0.63% 0.75% -
XYZ 33.29 19.43 50.71 -
YUV 120.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 192 71 190 0 0.63 0.01 0.25 300.99 0.49 0.52
Hex C0 47 BE 0 3F 1 19 12D 31 34
Octal 300 107 276 0 77 1 31 455 61 64
Binary 11000000 1000111 10111110 0 111111 1 11001 100101101 110001 110100

Color Harmonies of #C047BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047BE

Black with #C047BE

Text Example


Text Example

White with #C047BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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