Html Css Color HEX #C152A4 Mulberry

📋 copy color: '#C152A4'

red 193 ◦ green 82 ◦ blue 164

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

Shades of Mulberry #C152A4

Tints of Mulberry #C152A4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.68%

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

R = 43.96%
G = 18.68%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C152A4 (or 0xC152A4) is known color: Mulberry. HEX triplet: C1, 52 and A4. RGB value is (193,82,164). Sum of RGB (Red+Green+Blue) = 193+82+164=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C152A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152A4 is #3EAD5B. Grayscale: #7C7C7C. Windows color (decimal): -4107612 or 10769089. OLE color: 10769089.

HSL color Cylindrical-coordinate representation of color #C152A4: hue angle of 315.68º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C152A4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 82 164 -
CMYK 0 0.58 0.15 0.24
HSL 315.68º 0.47% 0.54% -
HSV(B) 315.68º 0.58% 0.76% -
XYZ 31.71 20.05 37.32 -
YUV 124.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 193 82 164 0 0.58 0.15 0.24 315.68 0.47 0.54
Hex C1 52 A4 0 3A F 18 13C 2F 36
Octal 301 122 244 0 72 17 30 474 57 66
Binary 11000001 1010010 10100100 0 111010 1111 11000 100111100 101111 110110

Color Harmonies of #C152A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152A4

Black with #C152A4

Text Example


Text Example

White with #C152A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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