Html Css Color HEX #C047AB Fuchsia

📋 copy color: '#C047AB'

red 192 ◦ green 71 ◦ blue 171

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

Shades of Fuchsia #C047AB

Tints of Fuchsia #C047AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 44.24%
G = 16.36%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C047AB (or 0xC047AB) is known color: Fuchsia. HEX triplet: C0, 47 and AB. RGB value is (192,71,171). Sum of RGB (Red+Green+Blue) = 192+71+171=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C047AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047AB is #3FB854. Grayscale: #767676. Windows color (decimal): -4175957 or 11225024. OLE color: 11225024.

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

Color convert

RGB 192 71 171 -
CMYK 0 0.63 0.11 0.25
HSL 310.41º 0.49% 0.52% -
HSV(B) 310.41º 0.63% 0.75% -
XYZ 31.34 18.65 40.48 -
YUV 118.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 192 71 171 0 0.63 0.11 0.25 310.41 0.49 0.52
Hex C0 47 AB 0 3F B 19 136 31 34
Octal 300 107 253 0 77 13 31 466 61 64
Binary 11000000 1000111 10101011 0 111111 1011 11001 100110110 110001 110100

Color Harmonies of #C047AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047AB

Black with #C047AB

Text Example


Text Example

White with #C047AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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