Html Css Color HEX #C23D96 Mulberry

📋 copy color: '#C23D96'

red 194 ◦ green 61 ◦ blue 150

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

Shades of Mulberry #C23D96

Tints of Mulberry #C23D96

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.06%

 BLUE value IS 150 (58.98% from 255) = 37.04%

R = 47.9%
G = 15.06%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C23D96 (or 0xC23D96) is known color: Mulberry. HEX triplet: C2, 3D and 96. RGB value is (194,61,150). Sum of RGB (Red+Green+Blue) = 194+61+150=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23D96 is #3DC269. Grayscale: #6E6E6E. Windows color (decimal): -4047466 or 9846210. OLE color: 9846210.

HSL color Cylindrical-coordinate representation of color #C23D96: hue angle of 319.85º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23D96 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 150 -
CMYK 0 0.69 0.23 0.24
HSL 319.85º 0.52% 0.5% -
HSV(B) 319.85º 0.69% 0.76% -
XYZ 29.42 17.01 30.59 -
YUV 110.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 194 61 150 0 0.69 0.23 0.24 319.85 0.52 0.5
Hex C2 3D 96 0 45 17 18 140 34 32
Octal 302 75 226 0 105 27 30 500 64 62
Binary 11000010 111101 10010110 0 1000101 10111 11000 101000000 110100 110010

Color Harmonies of #C23D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D96

Black with #C23D96

Text Example


Text Example

White with #C23D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D96; }

 p { color: rgb(194,61,150); }

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

background-color css

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

 a { background-color: rgb(194,61,150); }

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

border-color css

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

 span { border-color: rgb(194,61,150); }

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