Html Css Color HEX #C23BA2 Mulberry

📋 copy color: '#C23BA2'

red 194 ◦ green 59 ◦ blue 162

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

Shades of Mulberry #C23BA2

Tints of Mulberry #C23BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 46.75%
G = 14.22%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C23BA2 (or 0xC23BA2) is known color: Mulberry. HEX triplet: C2, 3B and A2. RGB value is (194,59,162). Sum of RGB (Red+Green+Blue) = 194+59+162=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BA2 is #3DC45D. Grayscale: #6E6E6E. Windows color (decimal): -4047966 or 10632130. OLE color: 10632130.

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

Color convert

RGB 194 59 162 -
CMYK 0 0.70 0.16 0.24
HSL 314.22º 0.53% 0.5% -
HSV(B) 314.22º 0.7% 0.76% -
XYZ 30.33 17.21 35.9 -
YUV 111.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 194 59 162 0 0.70 0.16 0.24 314.22 0.53 0.5
Hex C2 3B A2 0 46 10 18 13A 35 32
Octal 302 73 242 0 106 20 30 472 65 62
Binary 11000010 111011 10100010 0 1000110 10000 11000 100111010 110101 110010

Color Harmonies of #C23BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BA2

Black with #C23BA2

Text Example


Text Example

White with #C23BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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