Html Css Color HEX #C047A0 Mulberry

📋 copy color: '#C047A0'

red 192 ◦ green 71 ◦ blue 160

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

Shades of Mulberry #C047A0

Tints of Mulberry #C047A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 45.39%
G = 16.78%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C047A0 (or 0xC047A0) is known color: Mulberry. HEX triplet: C0, 47 and A0. RGB value is (192,71,160). Sum of RGB (Red+Green+Blue) = 192+71+160=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C047A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047A0 is #3FB85F. Grayscale: #757575. Windows color (decimal): -4175968 or 10504128. OLE color: 10504128.

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

Color convert

RGB 192 71 160 -
CMYK 0 0.63 0.17 0.25
HSL 315.87º 0.49% 0.52% -
HSV(B) 315.87º 0.63% 0.75% -
XYZ 30.34 18.25 35.18 -
YUV 117.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 192 71 160 0 0.63 0.17 0.25 315.87 0.49 0.52
Hex C0 47 A0 0 3F 11 19 13C 31 34
Octal 300 107 240 0 77 21 31 474 61 64
Binary 11000000 1000111 10100000 0 111111 10001 11001 100111100 110001 110100

Color Harmonies of #C047A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047A0

Black with #C047A0

Text Example


Text Example

White with #C047A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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