Html Css Color HEX #C84FA1 Mulberry

📋 copy color: '#C84FA1'

red 200 ◦ green 79 ◦ blue 161

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

Shades of Mulberry #C84FA1

Tints of Mulberry #C84FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.59%

R = 45.45%
G = 17.95%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C84FA1 (or 0xC84FA1) is known color: Mulberry. HEX triplet: C8, 4F and A1. RGB value is (200,79,161). Sum of RGB (Red+Green+Blue) = 200+79+161=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84FA1 is #37B05E. Grayscale: #7C7C7C. Windows color (decimal): -3649631 or 10571720. OLE color: 10571720.

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

Color convert

RGB 200 79 161 -
CMYK 0 0.60 0.19 0.22
HSL 319.34º 0.52% 0.55% -
HSV(B) 319.34º 0.61% 0.78% -
XYZ 33.05 20.44 35.92 -
YUV 124.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 200 79 161 0 0.60 0.19 0.22 319.34 0.52 0.55
Hex C8 4F A1 0 3C 13 16 13F 34 37
Octal 310 117 241 0 74 23 26 477 64 67
Binary 11001000 1001111 10100001 0 111100 10011 10110 100111111 110100 110111

Color Harmonies of #C84FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84FA1

Black with #C84FA1

Text Example


Text Example

White with #C84FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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