Html Css Color HEX #C84A8E Mulberry

📋 copy color: '#C84A8E'

red 200 ◦ green 74 ◦ blue 142

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

Shades of Mulberry #C84A8E

Tints of Mulberry #C84A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 48.08%
G = 17.79%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C84A8E (or 0xC84A8E) is known color: Mulberry. HEX triplet: C8, 4A and 8E. RGB value is (200,74,142). Sum of RGB (Red+Green+Blue) = 200+74+142=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A8E is #37B571. Grayscale: #777777. Windows color (decimal): -3650930 or 9325256. OLE color: 9325256.

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

Color convert

RGB 200 74 142 -
CMYK 0 0.63 0.29 0.22
HSL 327.62º 0.53% 0.54% -
HSV(B) 327.62º 0.63% 0.78% -
XYZ 31.15 19.13 27.64 -
YUV 119.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 200 74 142 0 0.63 0.29 0.22 327.62 0.53 0.54
Hex C8 4A 8E 0 3F 1D 16 148 35 36
Octal 310 112 216 0 77 35 26 510 65 66
Binary 11001000 1001010 10001110 0 111111 11101 10110 101001000 110101 110110

Color Harmonies of #C84A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A8E

Black with #C84A8E

Text Example


Text Example

White with #C84A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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