Html Css Color HEX #C9417C Mulberry

📋 copy color: '#C9417C'

red 201 ◦ green 65 ◦ blue 124

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

Shades of Mulberry #C9417C

Tints of Mulberry #C9417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 51.54%
G = 16.67%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9417C (or 0xC9417C) is known color: Mulberry. HEX triplet: C9, 41 and 7C. RGB value is (201,65,124). Sum of RGB (Red+Green+Blue) = 201+65+124=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9417C is #36BE83. Grayscale: #707070. Windows color (decimal): -3587716 or 8143305. OLE color: 8143305.

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

Color convert

RGB 201 65 124 -
CMYK 0 0.68 0.38 0.21
HSL 333.97º 0.56% 0.52% -
HSV(B) 333.97º 0.68% 0.79% -
XYZ 29.62 17.65 20.92 -
YUV 112.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 201 65 124 0 0.68 0.38 0.21 333.97 0.56 0.52
Hex C9 41 7C 0 44 26 15 14E 38 34
Octal 311 101 174 0 104 46 25 516 70 64
Binary 11001001 1000001 1111100 0 1000100 100110 10101 101001110 111000 110100

Color Harmonies of #C9417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9417C

Black with #C9417C

Text Example


Text Example

White with #C9417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9417C; }

 p { color: rgb(201,65,124); }

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

background-color css

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

 a { background-color: rgb(201,65,124); }

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

border-color css

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

 span { border-color: rgb(201,65,124); }

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