Html Css Color HEX #C14285 Mulberry

📋 copy color: '#C14285'

red 193 ◦ green 66 ◦ blue 133

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

Shades of Mulberry #C14285

Tints of Mulberry #C14285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 49.23%
G = 16.84%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C14285 (or 0xC14285) is known color: Mulberry. HEX triplet: C1, 42 and 85. RGB value is (193,66,133). Sum of RGB (Red+Green+Blue) = 193+66+133=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C14285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14285 is #3EBD7A. Grayscale: #6F6F6F. Windows color (decimal): -4111739 or 8733377. OLE color: 8733377.

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

Color convert

RGB 193 66 133 -
CMYK 0 0.66 0.31 0.24
HSL 328.35º 0.51% 0.51% -
HSV(B) 328.35º 0.66% 0.76% -
XYZ 28.17 16.93 23.97 -
YUV 111.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 193 66 133 0 0.66 0.31 0.24 328.35 0.51 0.51
Hex C1 42 85 0 42 1F 18 148 33 33
Octal 301 102 205 0 102 37 30 510 63 63
Binary 11000001 1000010 10000101 0 1000010 11111 11000 101001000 110011 110011

Color Harmonies of #C14285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14285

Black with #C14285

Text Example


Text Example

White with #C14285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14285; }

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

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

background-color css

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

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

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

border-color css

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

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

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