Html Css Color HEX #C93CA2 Mulberry

📋 copy color: '#C93CA2'

red 201 ◦ green 60 ◦ blue 162

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

Shades of Mulberry #C93CA2

Tints of Mulberry #C93CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.18%

 BLUE value IS 162 (63.67% from 255) = 38.3%

R = 47.52%
G = 14.18%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C93CA2 (or 0xC93CA2) is known color: Mulberry. HEX triplet: C9, 3C and A2. RGB value is (201,60,162). Sum of RGB (Red+Green+Blue) = 201+60+162=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CA2 is #36C35D. Grayscale: #717171. Windows color (decimal): -3588958 or 10632393. OLE color: 10632393.

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

Color convert

RGB 201 60 162 -
CMYK 0 0.70 0.19 0.21
HSL 316.6º 0.57% 0.51% -
HSV(B) 316.6º 0.7% 0.79% -
XYZ 32.22 18.26 36.01 -
YUV 113.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 201 60 162 0 0.70 0.19 0.21 316.6 0.57 0.51
Hex C9 3C A2 0 46 13 15 13D 39 33
Octal 311 74 242 0 106 23 25 475 71 63
Binary 11001001 111100 10100010 0 1000110 10011 10101 100111101 111001 110011

Color Harmonies of #C93CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CA2

Black with #C93CA2

Text Example


Text Example

White with #C93CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CA2; }

 p { color: rgb(201,60,162); }

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

background-color css

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

 a { background-color: rgb(201,60,162); }

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

border-color css

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

 span { border-color: rgb(201,60,162); }

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