Html Css Color HEX #C93D7B Mulberry

📋 copy color: '#C93D7B'

red 201 ◦ green 61 ◦ blue 123

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

Shades of Mulberry #C93D7B

Tints of Mulberry #C93D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 52.21%
G = 15.84%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C93D7B (or 0xC93D7B) is known color: Mulberry. HEX triplet: C9, 3D and 7B. RGB value is (201,61,123). Sum of RGB (Red+Green+Blue) = 201+61+123=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D7B is #36C284. Grayscale: #6D6D6D. Windows color (decimal): -3588741 or 8076745. OLE color: 8076745.

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

Color convert

RGB 201 61 123 -
CMYK 0 0.70 0.39 0.21
HSL 333.43º 0.56% 0.51% -
HSV(B) 333.43º 0.7% 0.79% -
XYZ 29.33 17.19 20.51 -
YUV 109.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 201 61 123 0 0.70 0.39 0.21 333.43 0.56 0.51
Hex C9 3D 7B 0 46 27 15 14D 38 33
Octal 311 75 173 0 106 47 25 515 70 63
Binary 11001001 111101 1111011 0 1000110 100111 10101 101001101 111000 110011

Color Harmonies of #C93D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D7B

Black with #C93D7B

Text Example


Text Example

White with #C93D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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