Html Css Color HEX #C1429A Mulberry

📋 copy color: '#C1429A'

red 193 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #C1429A

Tints of Mulberry #C1429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 46.73%
G = 15.98%
B = 37.29%

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

#C1429A (or 0xC1429A) is known color: Mulberry. HEX triplet: C1, 42 and 9A. RGB value is (193,66,154). Sum of RGB (Red+Green+Blue) = 193+66+154=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1429A is #3EBD65. Grayscale: #717171. Windows color (decimal): -4111718 or 10109633. OLE color: 10109633.

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

Color convert

RGB 193 66 154 -
CMYK 0 0.66 0.20 0.24
HSL 318.43º 0.51% 0.51% -
HSV(B) 318.43º 0.66% 0.76% -
XYZ 29.77 17.57 32.39 -
YUV 114.01 150.58 184.34 -
System Red Green Blue C M Y K H S L
Decimal 193 66 154 0 0.66 0.20 0.24 318.43 0.51 0.51
Hex C1 42 9A 0 42 14 18 13E 33 33
Octal 301 102 232 0 102 24 30 476 63 63
Binary 11000001 1000010 10011010 0 1000010 10100 11000 100111110 110011 110011

Color Harmonies of #C1429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1429A

Black with #C1429A

Text Example


Text Example

White with #C1429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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