Html Css Color HEX #C8427C Mulberry

📋 copy color: '#C8427C'

red 200 ◦ green 66 ◦ blue 124

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

Shades of Mulberry #C8427C

Tints of Mulberry #C8427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.92%

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

R = 51.28%
G = 16.92%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8427C (or 0xC8427C) is known color: Mulberry. HEX triplet: C8, 42 and 7C. RGB value is (200,66,124). Sum of RGB (Red+Green+Blue) = 200+66+124=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8427C is #37BD83. Grayscale: #707070. Windows color (decimal): -3652996 or 8143560. OLE color: 8143560.

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

Color convert

RGB 200 66 124 -
CMYK 0 0.67 0.38 0.22
HSL 334.03º 0.55% 0.52% -
HSV(B) 334.03º 0.67% 0.78% -
XYZ 29.41 17.63 20.92 -
YUV 112.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 200 66 124 0 0.67 0.38 0.22 334.03 0.55 0.52
Hex C8 42 7C 0 43 26 16 14E 37 34
Octal 310 102 174 0 103 46 26 516 67 64
Binary 11001000 1000010 1111100 0 1000011 100110 10110 101001110 110111 110100

Color Harmonies of #C8427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8427C

Black with #C8427C

Text Example


Text Example

White with #C8427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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