Html Css Color HEX #C047A5 Mulberry

📋 copy color: '#C047A5'

red 192 ◦ green 71 ◦ blue 165

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

Shades of Mulberry #C047A5

Tints of Mulberry #C047A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 44.86%
G = 16.59%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C047A5 (or 0xC047A5) is known color: Mulberry. HEX triplet: C0, 47 and A5. RGB value is (192,71,165). Sum of RGB (Red+Green+Blue) = 192+71+165=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C047A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047A5 is #3FB85A. Grayscale: #757575. Windows color (decimal): -4175963 or 10831808. OLE color: 10831808.

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

Color convert

RGB 192 71 165 -
CMYK 0 0.63 0.14 0.25
HSL 313.39º 0.49% 0.52% -
HSV(B) 313.39º 0.63% 0.75% -
XYZ 30.78 18.43 37.53 -
YUV 117.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 192 71 165 0 0.63 0.14 0.25 313.39 0.49 0.52
Hex C0 47 A5 0 3F E 19 139 31 34
Octal 300 107 245 0 77 16 31 471 61 64
Binary 11000000 1000111 10100101 0 111111 1110 11001 100111001 110001 110100

Color Harmonies of #C047A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047A5

Black with #C047A5

Text Example


Text Example

White with #C047A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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