Html Css Color HEX #C8418E Mulberry

📋 copy color: '#C8418E'

red 200 ◦ green 65 ◦ blue 142

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

Shades of Mulberry #C8418E

Tints of Mulberry #C8418E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 49.14%
G = 15.97%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8418E (or 0xC8418E) is known color: Mulberry. HEX triplet: C8, 41 and 8E. RGB value is (200,65,142). Sum of RGB (Red+Green+Blue) = 200+65+142=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8418E is #37BE71. Grayscale: #717171. Windows color (decimal): -3653234 or 9322952. OLE color: 9322952.

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

Color convert

RGB 200 65 142 -
CMYK 0 0.68 0.29 0.22
HSL 325.78º 0.55% 0.52% -
HSV(B) 325.78º 0.68% 0.78% -
XYZ 30.59 18.01 27.46 -
YUV 114.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 200 65 142 0 0.68 0.29 0.22 325.78 0.55 0.52
Hex C8 41 8E 0 44 1D 16 146 37 34
Octal 310 101 216 0 104 35 26 506 67 64
Binary 11001000 1000001 10001110 0 1000100 11101 10110 101000110 110111 110100

Color Harmonies of #C8418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8418E

Black with #C8418E

Text Example


Text Example

White with #C8418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8418E; }

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

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

background-color css

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

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

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

border-color css

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

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

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