Html Css Color HEX #C84081 Mulberry

📋 copy color: '#C84081'

red 200 ◦ green 64 ◦ blue 129

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

Shades of Mulberry #C84081

Tints of Mulberry #C84081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.28%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 50.89%
G = 16.28%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C84081 (or 0xC84081) is known color: Mulberry. HEX triplet: C8, 40 and 81. RGB value is (200,64,129). Sum of RGB (Red+Green+Blue) = 200+64+129=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C84081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84081 is #37BF7E. Grayscale: #6F6F6F. Windows color (decimal): -3653503 or 8470728. OLE color: 8470728.

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

Color convert

RGB 200 64 129 -
CMYK 0 0.68 0.36 0.22
HSL 331.32º 0.55% 0.52% -
HSV(B) 331.32º 0.68% 0.78% -
XYZ 29.62 17.53 22.59 -
YUV 112.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 200 64 129 0 0.68 0.36 0.22 331.32 0.55 0.52
Hex C8 40 81 0 44 24 16 14B 37 34
Octal 310 100 201 0 104 44 26 513 67 64
Binary 11001000 1000000 10000001 0 1000100 100100 10110 101001011 110111 110100

Color Harmonies of #C84081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84081

Black with #C84081

Text Example


Text Example

White with #C84081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84081; }

 p { color: rgb(200,64,129); }

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

background-color css

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

 a { background-color: rgb(200,64,129); }

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

border-color css

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

 span { border-color: rgb(200,64,129); }

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