Html Css Color HEX #C84B94 Mulberry

📋 copy color: '#C84B94'

red 200 ◦ green 75 ◦ blue 148

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

Shades of Mulberry #C84B94

Tints of Mulberry #C84B94

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

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

R = 47.28%
G = 17.73%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C84B94 (or 0xC84B94) is known color: Mulberry. HEX triplet: C8, 4B and 94. RGB value is (200,75,148). Sum of RGB (Red+Green+Blue) = 200+75+148=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B94 is #37B46B. Grayscale: #787878. Windows color (decimal): -3650668 or 9718728. OLE color: 9718728.

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

Color convert

RGB 200 75 148 -
CMYK 0 0.62 0.26 0.22
HSL 324.96º 0.53% 0.54% -
HSV(B) 324.96º 0.63% 0.78% -
XYZ 31.68 19.45 30.1 -
YUV 120.7 143.41 184.56 -
System Red Green Blue C M Y K H S L
Decimal 200 75 148 0 0.62 0.26 0.22 324.96 0.53 0.54
Hex C8 4B 94 0 3E 1A 16 145 35 36
Octal 310 113 224 0 76 32 26 505 65 66
Binary 11001000 1001011 10010100 0 111110 11010 10110 101000101 110101 110110

Color Harmonies of #C84B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84B94

Black with #C84B94

Text Example


Text Example

White with #C84B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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