Html Css Color HEX #C842A8 Mulberry

📋 copy color: '#C842A8'

red 200 ◦ green 66 ◦ blue 168

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

Shades of Mulberry #C842A8

Tints of Mulberry #C842A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.71%

R = 46.08%
G = 15.21%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C842A8 (or 0xC842A8) is known color: Mulberry. HEX triplet: C8, 42 and A8. RGB value is (200,66,168). Sum of RGB (Red+Green+Blue) = 200+66+168=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C842A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C842A8 is #37BD57. Grayscale: #757575. Windows color (decimal): -3652952 or 11027144. OLE color: 11027144.

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

Color convert

RGB 200 66 168 -
CMYK 0 0.67 0.16 0.22
HSL 314.33º 0.55% 0.52% -
HSV(B) 314.33º 0.67% 0.78% -
XYZ 32.84 19 38.98 -
YUV 117.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 200 66 168 0 0.67 0.16 0.22 314.33 0.55 0.52
Hex C8 42 A8 0 43 10 16 13A 37 34
Octal 310 102 250 0 103 20 26 472 67 64
Binary 11001000 1000010 10101000 0 1000011 10000 10110 100111010 110111 110100

Color Harmonies of #C842A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842A8

Black with #C842A8

Text Example


Text Example

White with #C842A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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