Html Css Color HEX #C841A4 Mulberry

📋 copy color: '#C841A4'

red 200 ◦ green 65 ◦ blue 164

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

Shades of Mulberry #C841A4

Tints of Mulberry #C841A4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

 BLUE value IS 164 (64.45% from 255) = 38.23%

R = 46.62%
G = 15.15%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C841A4 (or 0xC841A4) is known color: Mulberry. HEX triplet: C8, 41 and A4. RGB value is (200,65,164). Sum of RGB (Red+Green+Blue) = 200+65+164=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C841A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841A4 is #37BE5B. Grayscale: #747474. Windows color (decimal): -3653212 or 10764744. OLE color: 10764744.

HSL color Cylindrical-coordinate representation of color #C841A4: hue angle of 316º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841A4 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 164 -
CMYK 0 0.68 0.18 0.22
HSL 316º 0.55% 0.52% -
HSV(B) 316º 0.68% 0.78% -
XYZ 32.41 18.74 37.03 -
YUV 116.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 200 65 164 0 0.68 0.18 0.22 316 0.55 0.52
Hex C8 41 A4 0 44 12 16 13C 37 34
Octal 310 101 244 0 104 22 26 474 67 64
Binary 11001000 1000001 10100100 0 1000100 10010 10110 100111100 110111 110100

Color Harmonies of #C841A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841A4

Black with #C841A4

Text Example


Text Example

White with #C841A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841A4; }

 p { color: rgb(200,65,164); }

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

background-color css

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

 a { background-color: rgb(200,65,164); }

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

border-color css

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

 span { border-color: rgb(200,65,164); }

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