Html Css Color HEX #C047AF Fuchsia

📋 copy color: '#C047AF'

red 192 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #C047AF

Tints of Fuchsia #C047AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 43.84%
G = 16.21%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C047AF (or 0xC047AF) is known color: Fuchsia. HEX triplet: C0, 47 and AF. RGB value is (192,71,175). Sum of RGB (Red+Green+Blue) = 192+71+175=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C047AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047AF is #3FB850. Grayscale: #767676. Windows color (decimal): -4175953 or 11487168. OLE color: 11487168.

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

Color convert

RGB 192 71 175 -
CMYK 0 0.63 0.09 0.25
HSL 308.43º 0.49% 0.52% -
HSV(B) 308.43º 0.63% 0.75% -
XYZ 31.73 18.81 42.52 -
YUV 119.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 192 71 175 0 0.63 0.09 0.25 308.43 0.49 0.52
Hex C0 47 AF 0 3F 9 19 134 31 34
Octal 300 107 257 0 77 11 31 464 61 64
Binary 11000000 1000111 10101111 0 111111 1001 11001 100110100 110001 110100

Color Harmonies of #C047AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047AF

Black with #C047AF

Text Example


Text Example

White with #C047AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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