Html Css Color HEX #C9407B Mulberry

📋 copy color: '#C9407B'

red 201 ◦ green 64 ◦ blue 123

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

Shades of Mulberry #C9407B

Tints of Mulberry #C9407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.49%

 BLUE value IS 123 (48.44% from 255) = 31.7%

R = 51.8%
G = 16.49%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9407B (or 0xC9407B) is known color: Mulberry. HEX triplet: C9, 40 and 7B. RGB value is (201,64,123). Sum of RGB (Red+Green+Blue) = 201+64+123=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9407B is #36BF84. Grayscale: #6F6F6F. Windows color (decimal): -3587973 or 8077513. OLE color: 8077513.

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

Color convert

RGB 201 64 123 -
CMYK 0 0.68 0.39 0.21
HSL 334.16º 0.56% 0.52% -
HSV(B) 334.16º 0.68% 0.79% -
XYZ 29.5 17.51 20.56 -
YUV 111.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 201 64 123 0 0.68 0.39 0.21 334.16 0.56 0.52
Hex C9 40 7B 0 44 27 15 14E 38 34
Octal 311 100 173 0 104 47 25 516 70 64
Binary 11001001 1000000 1111011 0 1000100 100111 10101 101001110 111000 110100

Color Harmonies of #C9407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9407B

Black with #C9407B

Text Example


Text Example

White with #C9407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9407B; }

 p { color: rgb(201,64,123); }

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

background-color css

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

 a { background-color: rgb(201,64,123); }

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

border-color css

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

 span { border-color: rgb(201,64,123); }

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