Html Css Color HEX #C8407C Mulberry

📋 copy color: '#C8407C'

red 200 ◦ green 64 ◦ blue 124

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

Shades of Mulberry #C8407C

Tints of Mulberry #C8407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 51.55%
G = 16.49%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8407C (or 0xC8407C) is known color: Mulberry. HEX triplet: C8, 40 and 7C. RGB value is (200,64,124). Sum of RGB (Red+Green+Blue) = 200+64+124=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8407C is #37BF83. Grayscale: #6F6F6F. Windows color (decimal): -3653508 or 8143048. OLE color: 8143048.

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

Color convert

RGB 200 64 124 -
CMYK 0 0.68 0.38 0.22
HSL 333.53º 0.55% 0.52% -
HSV(B) 333.53º 0.68% 0.78% -
XYZ 29.29 17.4 20.88 -
YUV 111.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 200 64 124 0 0.68 0.38 0.22 333.53 0.55 0.52
Hex C8 40 7C 0 44 26 16 14E 37 34
Octal 310 100 174 0 104 46 26 516 67 64
Binary 11001000 1000000 1111100 0 1000100 100110 10110 101001110 110111 110100

Color Harmonies of #C8407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8407C

Black with #C8407C

Text Example


Text Example

White with #C8407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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