Html Css Color HEX #C84AA4 Mulberry

📋 copy color: '#C84AA4'

red 200 ◦ green 74 ◦ blue 164

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

Shades of Mulberry #C84AA4

Tints of Mulberry #C84AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.89%

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

R = 45.66%
G = 16.89%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C84AA4 (or 0xC84AA4) is known color: Mulberry. HEX triplet: C8, 4A and A4. RGB value is (200,74,164). Sum of RGB (Red+Green+Blue) = 200+74+164=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AA4 is #37B55B. Grayscale: #797979. Windows color (decimal): -3650908 or 10767048. OLE color: 10767048.

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

Color convert

RGB 200 74 164 -
CMYK 0 0.63 0.18 0.22
HSL 317.14º 0.53% 0.54% -
HSV(B) 317.14º 0.63% 0.78% -
XYZ 32.97 19.86 37.22 -
YUV 121.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 200 74 164 0 0.63 0.18 0.22 317.14 0.53 0.54
Hex C8 4A A4 0 3F 12 16 13D 35 36
Octal 310 112 244 0 77 22 26 475 65 66
Binary 11001000 1001010 10100100 0 111111 10010 10110 100111101 110101 110110

Color Harmonies of #C84AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AA4

Black with #C84AA4

Text Example


Text Example

White with #C84AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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