Html Css Color HEX #C93D9C Mulberry

📋 copy color: '#C93D9C'

red 201 ◦ green 61 ◦ blue 156

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

Shades of Mulberry #C93D9C

Tints of Mulberry #C93D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.59%

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 48.09%
G = 14.59%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C93D9C (or 0xC93D9C) is known color: Mulberry. HEX triplet: C9, 3D and 9C. RGB value is (201,61,156). Sum of RGB (Red+Green+Blue) = 201+61+156=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D9C is #36C263. Grayscale: #717171. Windows color (decimal): -3588708 or 10239433. OLE color: 10239433.

HSL color Cylindrical-coordinate representation of color #C93D9C: hue angle of 319.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D9C is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 156 -
CMYK 0 0.70 0.22 0.21
HSL 319.29º 0.56% 0.51% -
HSV(B) 319.29º 0.7% 0.79% -
XYZ 31.76 18.16 33.28 -
YUV 113.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 201 61 156 0 0.70 0.22 0.21 319.29 0.56 0.51
Hex C9 3D 9C 0 46 16 15 13F 38 33
Octal 311 75 234 0 106 26 25 477 70 63
Binary 11001001 111101 10011100 0 1000110 10110 10101 100111111 111000 110011

Color Harmonies of #C93D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D9C

Black with #C93D9C

Text Example


Text Example

White with #C93D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D9C; }

 p { color: rgb(201,61,156); }

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

background-color css

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

 a { background-color: rgb(201,61,156); }

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

border-color css

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

 span { border-color: rgb(201,61,156); }

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