Html Css Color HEX #C93EA5 Mulberry

📋 copy color: '#C93EA5'

red 201 ◦ green 62 ◦ blue 165

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

Shades of Mulberry #C93EA5

Tints of Mulberry #C93EA5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.49%

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

R = 46.96%
G = 14.49%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C93EA5 (or 0xC93EA5) is known color: Mulberry. HEX triplet: C9, 3E and A5. RGB value is (201,62,165). Sum of RGB (Red+Green+Blue) = 201+62+165=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EA5 is #36C15A. Grayscale: #737373. Windows color (decimal): -3588443 or 10829513. OLE color: 10829513.

HSL color Cylindrical-coordinate representation of color #C93EA5: hue angle of 315.54º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93EA5 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 62 165 -
CMYK 0 0.69 0.18 0.21
HSL 315.54º 0.56% 0.52% -
HSV(B) 315.54º 0.69% 0.79% -
XYZ 32.6 18.58 37.47 -
YUV 115.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 201 62 165 0 0.69 0.18 0.21 315.54 0.56 0.52
Hex C9 3E A5 0 45 12 15 13C 38 34
Octal 311 76 245 0 105 22 25 474 70 64
Binary 11001001 111110 10100101 0 1000101 10010 10101 100111100 111000 110100

Color Harmonies of #C93EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EA5

Black with #C93EA5

Text Example


Text Example

White with #C93EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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