Html Css Color HEX #C84182 Mulberry

📋 copy color: '#C84182'

red 200 ◦ green 65 ◦ blue 130

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

Shades of Mulberry #C84182

Tints of Mulberry #C84182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.46%

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 50.63%
G = 16.46%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C84182 (or 0xC84182) is known color: Mulberry. HEX triplet: C8, 41 and 82. RGB value is (200,65,130). Sum of RGB (Red+Green+Blue) = 200+65+130=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C84182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84182 is #37BE7D. Grayscale: #707070. Windows color (decimal): -3653246 or 8536520. OLE color: 8536520.

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

Color convert

RGB 200 65 130 -
CMYK 0 0.68 0.35 0.22
HSL 331.11º 0.55% 0.52% -
HSV(B) 331.11º 0.68% 0.78% -
XYZ 29.74 17.67 22.96 -
YUV 112.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 200 65 130 0 0.68 0.35 0.22 331.11 0.55 0.52
Hex C8 41 82 0 44 23 16 14B 37 34
Octal 310 101 202 0 104 43 26 513 67 64
Binary 11001000 1000001 10000010 0 1000100 100011 10110 101001011 110111 110100

Color Harmonies of #C84182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84182

Black with #C84182

Text Example


Text Example

White with #C84182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84182; }

 p { color: rgb(200,65,130); }

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

background-color css

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

 a { background-color: rgb(200,65,130); }

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

border-color css

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

 span { border-color: rgb(200,65,130); }

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