Html Css Color HEX #C942A8 Mulberry

📋 copy color: '#C942A8'

red 201 ◦ green 66 ◦ blue 168

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

Shades of Mulberry #C942A8

Tints of Mulberry #C942A8

RGB

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

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

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

R = 46.21%
G = 15.17%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C942A8 (or 0xC942A8) is known color: Mulberry. HEX triplet: C9, 42 and A8. RGB value is (201,66,168). Sum of RGB (Red+Green+Blue) = 201+66+168=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C942A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942A8 is #36BD57. Grayscale: #757575. Windows color (decimal): -3587416 or 11027145. OLE color: 11027145.

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

Color convert

RGB 201 66 168 -
CMYK 0 0.67 0.16 0.21
HSL 314.67º 0.56% 0.52% -
HSV(B) 314.67º 0.67% 0.79% -
XYZ 33.1 19.14 39 -
YUV 117.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 201 66 168 0 0.67 0.16 0.21 314.67 0.56 0.52
Hex C9 42 A8 0 43 10 15 13B 38 34
Octal 311 102 250 0 103 20 25 473 70 64
Binary 11001001 1000010 10101000 0 1000011 10000 10101 100111011 111000 110100

Color Harmonies of #C942A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942A8

Black with #C942A8

Text Example


Text Example

White with #C942A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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