Html Css Color HEX #C84A94 Mulberry

📋 copy color: '#C84A94'

red 200 ◦ green 74 ◦ blue 148

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

Shades of Mulberry #C84A94

Tints of Mulberry #C84A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 47.39%
G = 17.54%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C84A94 (or 0xC84A94) is known color: Mulberry. HEX triplet: C8, 4A and 94. RGB value is (200,74,148). Sum of RGB (Red+Green+Blue) = 200+74+148=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A94 is #37B56B. Grayscale: #777777. Windows color (decimal): -3650924 or 9718472. OLE color: 9718472.

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

Color convert

RGB 200 74 148 -
CMYK 0 0.63 0.26 0.22
HSL 324.76º 0.53% 0.54% -
HSV(B) 324.76º 0.63% 0.78% -
XYZ 31.61 19.32 30.08 -
YUV 120.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 200 74 148 0 0.63 0.26 0.22 324.76 0.53 0.54
Hex C8 4A 94 0 3F 1A 16 145 35 36
Octal 310 112 224 0 77 32 26 505 65 66
Binary 11001000 1001010 10010100 0 111111 11010 10110 101000101 110101 110110

Color Harmonies of #C84A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A94

Black with #C84A94

Text Example


Text Example

White with #C84A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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