Html Css Color HEX #C1419B Mulberry

📋 copy color: '#C1419B'

red 193 ◦ green 65 ◦ blue 155

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

Shades of Mulberry #C1419B

Tints of Mulberry #C1419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 46.73%
G = 15.74%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1419B (or 0xC1419B) is known color: Mulberry. HEX triplet: C1, 41 and 9B. RGB value is (193,65,155). Sum of RGB (Red+Green+Blue) = 193+65+155=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1419B is #3EBE64. Grayscale: #717171. Windows color (decimal): -4111973 or 10174913. OLE color: 10174913.

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

Color convert

RGB 193 65 155 -
CMYK 0 0.66 0.20 0.24
HSL 317.81º 0.51% 0.51% -
HSV(B) 317.81º 0.66% 0.76% -
XYZ 29.8 17.48 32.81 -
YUV 113.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 193 65 155 0 0.66 0.20 0.24 317.81 0.51 0.51
Hex C1 41 9B 0 42 14 18 13E 33 33
Octal 301 101 233 0 102 24 30 476 63 63
Binary 11000001 1000001 10011011 0 1000010 10100 11000 100111110 110011 110011

Color Harmonies of #C1419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1419B

Black with #C1419B

Text Example


Text Example

White with #C1419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1419B; }

 p { color: rgb(193,65,155); }

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

background-color css

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

 a { background-color: rgb(193,65,155); }

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

border-color css

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

 span { border-color: rgb(193,65,155); }

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