Html Css Color HEX #C23BA6 Mulberry

📋 copy color: '#C23BA6'

red 194 ◦ green 59 ◦ blue 166

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

Shades of Mulberry #C23BA6

Tints of Mulberry #C23BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.62%

R = 46.3%
G = 14.08%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C23BA6 (or 0xC23BA6) is known color: Mulberry. HEX triplet: C2, 3B and A6. RGB value is (194,59,166). Sum of RGB (Red+Green+Blue) = 194+59+166=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BA6 is #3DC459. Grayscale: #6F6F6F. Windows color (decimal): -4047962 or 10894274. OLE color: 10894274.

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

Color convert

RGB 194 59 166 -
CMYK 0 0.70 0.14 0.24
HSL 312.44º 0.53% 0.5% -
HSV(B) 312.44º 0.7% 0.76% -
XYZ 30.7 17.35 37.81 -
YUV 111.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 194 59 166 0 0.70 0.14 0.24 312.44 0.53 0.5
Hex C2 3B A6 0 46 E 18 138 35 32
Octal 302 73 246 0 106 16 30 470 65 62
Binary 11000010 111011 10100110 0 1000110 1110 11000 100111000 110101 110010

Color Harmonies of #C23BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BA6

Black with #C23BA6

Text Example


Text Example

White with #C23BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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