Html Css Color HEX #C942A6 Mulberry

📋 copy color: '#C942A6'

red 201 ◦ green 66 ◦ blue 166

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

Shades of Mulberry #C942A6

Tints of Mulberry #C942A6

RGB

 RED value IS 201 (78.91% from 255) = 46.42%

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

 BLUE value IS 166 (65.23% from 255) = 38.34%

R = 46.42%
G = 15.24%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C942A6 (or 0xC942A6) is known color: Mulberry. HEX triplet: C9, 42 and A6. RGB value is (201,66,166). Sum of RGB (Red+Green+Blue) = 201+66+166=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C942A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942A6 is #36BD59. Grayscale: #757575. Windows color (decimal): -3587418 or 10896073. OLE color: 10896073.

HSL color Cylindrical-coordinate representation of color #C942A6: hue angle of 315.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C942A6 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 166 -
CMYK 0 0.67 0.17 0.21
HSL 315.56º 0.56% 0.52% -
HSV(B) 315.56º 0.67% 0.79% -
XYZ 32.92 19.07 38.02 -
YUV 117.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 201 66 166 0 0.67 0.17 0.21 315.56 0.56 0.52
Hex C9 42 A6 0 43 11 15 13C 38 34
Octal 311 102 246 0 103 21 25 474 70 64
Binary 11001001 1000010 10100110 0 1000011 10001 10101 100111100 111000 110100

Color Harmonies of #C942A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942A6

Black with #C942A6

Text Example


Text Example

White with #C942A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942A6; }

 p { color: rgb(201,66,166); }

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

background-color css

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

 a { background-color: rgb(201,66,166); }

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

border-color css

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

 span { border-color: rgb(201,66,166); }

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