Html Css Color HEX #C1429D Mulberry

📋 copy color: '#C1429D'

red 193 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #C1429D

Tints of Mulberry #C1429D

RGB

 RED value IS 193 (75.78% from 255) = 46.39%

 GREEN value IS 66 (26.17% from 255) = 15.87%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 46.39%
G = 15.87%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1429D (or 0xC1429D) is known color: Mulberry. HEX triplet: C1, 42 and 9D. RGB value is (193,66,157). Sum of RGB (Red+Green+Blue) = 193+66+157=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1429D is #3EBD62. Grayscale: #727272. Windows color (decimal): -4111715 or 10306241. OLE color: 10306241.

HSL color Cylindrical-coordinate representation of color #C1429D: hue angle of 317.01º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1429D is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 157 -
CMYK 0 0.66 0.19 0.24
HSL 317.01º 0.51% 0.51% -
HSV(B) 317.01º 0.66% 0.76% -
XYZ 30.03 17.67 33.73 -
YUV 114.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 193 66 157 0 0.66 0.19 0.24 317.01 0.51 0.51
Hex C1 42 9D 0 42 13 18 13D 33 33
Octal 301 102 235 0 102 23 30 475 63 63
Binary 11000001 1000010 10011101 0 1000010 10011 11000 100111101 110011 110011

Color Harmonies of #C1429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1429D

Black with #C1429D

Text Example


Text Example

White with #C1429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1429D; }

 p { color: rgb(193,66,157); }

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

background-color css

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

 a { background-color: rgb(193,66,157); }

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

border-color css

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

 span { border-color: rgb(193,66,157); }

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