Html Css Color HEX #C84490 Mulberry

📋 copy color: '#C84490'

red 200 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #C84490

Tints of Mulberry #C84490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 48.54%
G = 16.5%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C84490 (or 0xC84490) is known color: Mulberry. HEX triplet: C8, 44 and 90. RGB value is (200,68,144). Sum of RGB (Red+Green+Blue) = 200+68+144=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C84490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84490 is #37BB6F. Grayscale: #737373. Windows color (decimal): -3652464 or 9454792. OLE color: 9454792.

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

Color convert

RGB 200 68 144 -
CMYK 0 0.66 0.28 0.22
HSL 325.45º 0.55% 0.53% -
HSV(B) 325.45º 0.66% 0.78% -
XYZ 30.92 18.43 28.31 -
YUV 116.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 200 68 144 0 0.66 0.28 0.22 325.45 0.55 0.53
Hex C8 44 90 0 42 1C 16 145 37 35
Octal 310 104 220 0 102 34 26 505 67 65
Binary 11001000 1000100 10010000 0 1000010 11100 10110 101000101 110111 110101

Color Harmonies of #C84490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84490

Black with #C84490

Text Example


Text Example

White with #C84490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84490; }

 p { color: rgb(200,68,144); }

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

background-color css

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

 a { background-color: rgb(200,68,144); }

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

border-color css

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

 span { border-color: rgb(200,68,144); }

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