Html Css Color HEX #C84FA0 Mulberry

📋 copy color: '#C84FA0'

red 200 ◦ green 79 ◦ blue 160

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

Shades of Mulberry #C84FA0

Tints of Mulberry #C84FA0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

 BLUE value IS 160 (62.89% from 255) = 36.45%

R = 45.56%
G = 18%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C84FA0 (or 0xC84FA0) is known color: Mulberry. HEX triplet: C8, 4F and A0. RGB value is (200,79,160). Sum of RGB (Red+Green+Blue) = 200+79+160=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84FA0 is #37B05F. Grayscale: #7C7C7C. Windows color (decimal): -3649632 or 10506184. OLE color: 10506184.

HSL color Cylindrical-coordinate representation of color #C84FA0: hue angle of 319.83º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FA0 is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 160 -
CMYK 0 0.60 0.2 0.22
HSL 319.83º 0.52% 0.55% -
HSV(B) 319.83º 0.61% 0.78% -
XYZ 32.96 20.41 35.46 -
YUV 124.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 200 79 160 0 0.60 0.2 0.22 319.83 0.52 0.55
Hex C8 4F A0 0 3C 14 16 140 34 37
Octal 310 117 240 0 74 24 26 500 64 67
Binary 11001000 1001111 10100000 0 111100 10100 10110 101000000 110100 110111

Color Harmonies of #C84FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FA0

Black with #C84FA0

Text Example


Text Example

White with #C84FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FA0; }

 p { color: rgb(200,79,160); }

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

background-color css

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

 a { background-color: rgb(200,79,160); }

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

border-color css

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

 span { border-color: rgb(200,79,160); }

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