Html Css Color HEX #C1417E Mulberry

📋 copy color: '#C1417E'

red 193 ◦ green 65 ◦ blue 126

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

Shades of Mulberry #C1417E

Tints of Mulberry #C1417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 50.26%
G = 16.93%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1417E (or 0xC1417E) is known color: Mulberry. HEX triplet: C1, 41 and 7E. RGB value is (193,65,126). Sum of RGB (Red+Green+Blue) = 193+65+126=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1417E is #3EBE81. Grayscale: #6E6E6E. Windows color (decimal): -4112002 or 8274369. OLE color: 8274369.

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

Color convert

RGB 193 65 126 -
CMYK 0 0.66 0.35 0.24
HSL 331.41º 0.51% 0.51% -
HSV(B) 331.41º 0.66% 0.76% -
XYZ 27.65 16.62 21.49 -
YUV 110.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 193 65 126 0 0.66 0.35 0.24 331.41 0.51 0.51
Hex C1 41 7E 0 42 23 18 14B 33 33
Octal 301 101 176 0 102 43 30 513 63 63
Binary 11000001 1000001 1111110 0 1000010 100011 11000 101001011 110011 110011

Color Harmonies of #C1417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1417E

Black with #C1417E

Text Example


Text Example

White with #C1417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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