Html Css Color HEX #C9458F Mulberry

📋 copy color: '#C9458F'

red 201 ◦ green 69 ◦ blue 143

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

Shades of Mulberry #C9458F

Tints of Mulberry #C9458F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 48.67%
G = 16.71%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9458F (or 0xC9458F) is known color: Mulberry. HEX triplet: C9, 45 and 8F. RGB value is (201,69,143). Sum of RGB (Red+Green+Blue) = 201+69+143=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9458F is #36BA70. Grayscale: #747474. Windows color (decimal): -3586673 or 9389513. OLE color: 9389513.

HSL color Cylindrical-coordinate representation of color #C9458F: hue angle of 326.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9458F is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 69 143 -
CMYK 0 0.66 0.29 0.21
HSL 326.36º 0.55% 0.53% -
HSV(B) 326.36º 0.66% 0.79% -
XYZ 31.17 18.66 27.94 -
YUV 116.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 201 69 143 0 0.66 0.29 0.21 326.36 0.55 0.53
Hex C9 45 8F 0 42 1D 15 146 37 35
Octal 311 105 217 0 102 35 25 506 67 65
Binary 11001001 1000101 10001111 0 1000010 11101 10101 101000110 110111 110101

Color Harmonies of #C9458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9458F

Black with #C9458F

Text Example


Text Example

White with #C9458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9458F; }

 p { color: rgb(201,69,143); }

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

background-color css

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

 a { background-color: rgb(201,69,143); }

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

border-color css

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

 span { border-color: rgb(201,69,143); }

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