Html Css Color HEX #C23BA1 Mulberry

📋 copy color: '#C23BA1'

red 194 ◦ green 59 ◦ blue 161

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

Shades of Mulberry #C23BA1

Tints of Mulberry #C23BA1

RGB

 RED value IS 194 (76.17% from 255) = 46.86%

 GREEN value IS 59 (23.44% from 255) = 14.25%

 BLUE value IS 161 (63.28% from 255) = 38.89%

R = 46.86%
G = 14.25%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C23BA1 (or 0xC23BA1) is known color: Mulberry. HEX triplet: C2, 3B and A1. RGB value is (194,59,161). Sum of RGB (Red+Green+Blue) = 194+59+161=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BA1 is #3DC45E. Grayscale: #6E6E6E. Windows color (decimal): -4047967 or 10566594. OLE color: 10566594.

HSL color Cylindrical-coordinate representation of color #C23BA1: hue angle of 314.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BA1 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 59 161 -
CMYK 0 0.70 0.17 0.24
HSL 314.67º 0.53% 0.5% -
HSV(B) 314.67º 0.7% 0.76% -
XYZ 30.25 17.17 35.44 -
YUV 110.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 194 59 161 0 0.70 0.17 0.24 314.67 0.53 0.5
Hex C2 3B A1 0 46 11 18 13B 35 32
Octal 302 73 241 0 106 21 30 473 65 62
Binary 11000010 111011 10100001 0 1000110 10001 11000 100111011 110101 110010

Color Harmonies of #C23BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BA1

Black with #C23BA1

Text Example


Text Example

White with #C23BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BA1; }

 p { color: rgb(194,59,161); }

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

background-color css

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

 a { background-color: rgb(194,59,161); }

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

border-color css

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

 span { border-color: rgb(194,59,161); }

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