Html Css Color HEX #C93FA5 Mulberry

📋 copy color: '#C93FA5'

red 201 ◦ green 63 ◦ blue 165

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

Shades of Mulberry #C93FA5

Tints of Mulberry #C93FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 14.69%

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

R = 46.85%
G = 14.69%
B = 38.46%

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

#C93FA5 (or 0xC93FA5) is known color: Mulberry. HEX triplet: C9, 3F and A5. RGB value is (201,63,165). Sum of RGB (Red+Green+Blue) = 201+63+165=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FA5 is #36C05A. Grayscale: #737373. Windows color (decimal): -3588187 or 10829769. OLE color: 10829769.

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

Color convert

RGB 201 63 165 -
CMYK 0 0.69 0.18 0.21
HSL 315.65º 0.56% 0.52% -
HSV(B) 315.65º 0.69% 0.79% -
XYZ 32.66 18.69 37.48 -
YUV 115.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 201 63 165 0 0.69 0.18 0.21 315.65 0.56 0.52
Hex C9 3F A5 0 45 12 15 13C 38 34
Octal 311 77 245 0 105 22 25 474 70 64
Binary 11001001 111111 10100101 0 1000101 10010 10101 100111100 111000 110100

Color Harmonies of #C93FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FA5

Black with #C93FA5

Text Example


Text Example

White with #C93FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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