Html Css Color HEX #C845A1 Mulberry

📋 copy color: '#C845A1'

red 200 ◦ green 69 ◦ blue 161

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

Shades of Mulberry #C845A1

Tints of Mulberry #C845A1

RGB

 RED value IS 200 (78.52% from 255) = 46.51%

 GREEN value IS 69 (27.34% from 255) = 16.05%

 BLUE value IS 161 (63.28% from 255) = 37.44%

R = 46.51%
G = 16.05%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C845A1 (or 0xC845A1) is known color: Mulberry. HEX triplet: C8, 45 and A1. RGB value is (200,69,161). Sum of RGB (Red+Green+Blue) = 200+69+161=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C845A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845A1 is #37BA5E. Grayscale: #767676. Windows color (decimal): -3652191 or 10569160. OLE color: 10569160.

HSL color Cylindrical-coordinate representation of color #C845A1: hue angle of 317.86º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C845A1 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 69 161 -
CMYK 0 0.66 0.19 0.22
HSL 317.86º 0.54% 0.53% -
HSV(B) 317.86º 0.66% 0.78% -
XYZ 32.38 19.11 35.7 -
YUV 118.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 200 69 161 0 0.66 0.19 0.22 317.86 0.54 0.53
Hex C8 45 A1 0 42 13 16 13E 36 35
Octal 310 105 241 0 102 23 26 476 66 65
Binary 11001000 1000101 10100001 0 1000010 10011 10110 100111110 110110 110101

Color Harmonies of #C845A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845A1

Black with #C845A1

Text Example


Text Example

White with #C845A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845A1; }

 p { color: rgb(200,69,161); }

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

background-color css

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

 a { background-color: rgb(200,69,161); }

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

border-color css

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

 span { border-color: rgb(200,69,161); }

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