Html Css Color HEX #C942A5 Mulberry

📋 copy color: '#C942A5'

red 201 ◦ green 66 ◦ blue 165

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

Shades of Mulberry #C942A5

Tints of Mulberry #C942A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.19%

R = 46.53%
G = 15.28%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C942A5 (or 0xC942A5) is known color: Mulberry. HEX triplet: C9, 42 and A5. RGB value is (201,66,165). Sum of RGB (Red+Green+Blue) = 201+66+165=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C942A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942A5 is #36BD5A. Grayscale: #757575. Windows color (decimal): -3587419 or 10830537. OLE color: 10830537.

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

Color convert

RGB 201 66 165 -
CMYK 0 0.67 0.18 0.21
HSL 316º 0.56% 0.52% -
HSV(B) 316º 0.67% 0.79% -
XYZ 32.83 19.03 37.54 -
YUV 117.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 201 66 165 0 0.67 0.18 0.21 316 0.56 0.52
Hex C9 42 A5 0 43 12 15 13C 38 34
Octal 311 102 245 0 103 22 25 474 70 64
Binary 11001001 1000010 10100101 0 1000011 10010 10101 100111100 111000 110100

Color Harmonies of #C942A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942A5

Black with #C942A5

Text Example


Text Example

White with #C942A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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