Html Css Color HEX #C142A4 Mulberry

📋 copy color: '#C142A4'

red 193 ◦ green 66 ◦ blue 164

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

Shades of Mulberry #C142A4

Tints of Mulberry #C142A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 45.63%
G = 15.6%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C142A4 (or 0xC142A4) is known color: Mulberry. HEX triplet: C1, 42 and A4. RGB value is (193,66,164). Sum of RGB (Red+Green+Blue) = 193+66+164=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C142A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C142A4 is #3EBD5B. Grayscale: #727272. Windows color (decimal): -4111708 or 10764993. OLE color: 10764993.

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

Color convert

RGB 193 66 164 -
CMYK 0 0.66 0.15 0.24
HSL 313.7º 0.51% 0.51% -
HSV(B) 313.7º 0.66% 0.76% -
XYZ 30.64 17.91 36.96 -
YUV 115.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 193 66 164 0 0.66 0.15 0.24 313.7 0.51 0.51
Hex C1 42 A4 0 42 F 18 13A 33 33
Octal 301 102 244 0 102 17 30 472 63 63
Binary 11000001 1000010 10100100 0 1000010 1111 11000 100111010 110011 110011

Color Harmonies of #C142A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142A4

Black with #C142A4

Text Example


Text Example

White with #C142A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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