Html Css Color HEX #C84CA1 Mulberry

📋 copy color: '#C84CA1'

red 200 ◦ green 76 ◦ blue 161

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

Shades of Mulberry #C84CA1

Tints of Mulberry #C84CA1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.39%

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

R = 45.77%
G = 17.39%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C84CA1 (or 0xC84CA1) is known color: Mulberry. HEX triplet: C8, 4C and A1. RGB value is (200,76,161). Sum of RGB (Red+Green+Blue) = 200+76+161=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84CA1 is #37B35E. Grayscale: #7A7A7A. Windows color (decimal): -3650399 or 10570952. OLE color: 10570952.

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

Color convert

RGB 200 76 161 -
CMYK 0 0.62 0.19 0.22
HSL 318.87º 0.53% 0.54% -
HSV(B) 318.87º 0.62% 0.78% -
XYZ 32.84 20.02 35.85 -
YUV 122.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 200 76 161 0 0.62 0.19 0.22 318.87 0.53 0.54
Hex C8 4C A1 0 3E 13 16 13F 35 36
Octal 310 114 241 0 76 23 26 477 65 66
Binary 11001000 1001100 10100001 0 111110 10011 10110 100111111 110101 110110

Color Harmonies of #C84CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CA1

Black with #C84CA1

Text Example


Text Example

White with #C84CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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