Html Css Color HEX #C93F98 Mulberry

📋 copy color: '#C93F98'

red 201 ◦ green 63 ◦ blue 152

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

Shades of Mulberry #C93F98

Tints of Mulberry #C93F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 48.32%
G = 15.14%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C93F98 (or 0xC93F98) is known color: Mulberry. HEX triplet: C9, 3F and 98. RGB value is (201,63,152). Sum of RGB (Red+Green+Blue) = 201+63+152=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93F98 is #36C067. Grayscale: #727272. Windows color (decimal): -3588200 or 9977801. OLE color: 9977801.

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

Color convert

RGB 201 63 152 -
CMYK 0 0.69 0.24 0.21
HSL 321.3º 0.56% 0.52% -
HSV(B) 321.3º 0.69% 0.79% -
XYZ 31.53 18.24 31.56 -
YUV 114.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 201 63 152 0 0.69 0.24 0.21 321.3 0.56 0.52
Hex C9 3F 98 0 45 18 15 141 38 34
Octal 311 77 230 0 105 30 25 501 70 64
Binary 11001001 111111 10011000 0 1000101 11000 10101 101000001 111000 110100

Color Harmonies of #C93F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F98

Black with #C93F98

Text Example


Text Example

White with #C93F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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