Html Css Color HEX #C23D97 Mulberry

📋 copy color: '#C23D97'

red 194 ◦ green 61 ◦ blue 151

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

Shades of Mulberry #C23D97

Tints of Mulberry #C23D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 47.78%
G = 15.02%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C23D97 (or 0xC23D97) is known color: Mulberry. HEX triplet: C2, 3D and 97. RGB value is (194,61,151). Sum of RGB (Red+Green+Blue) = 194+61+151=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23D97 is #3DC268. Grayscale: #6E6E6E. Windows color (decimal): -4047465 or 9911746. OLE color: 9911746.

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

Color convert

RGB 194 61 151 -
CMYK 0 0.69 0.22 0.24
HSL 319.4º 0.52% 0.5% -
HSV(B) 319.4º 0.69% 0.76% -
XYZ 29.5 17.04 31.01 -
YUV 111.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 194 61 151 0 0.69 0.22 0.24 319.4 0.52 0.5
Hex C2 3D 97 0 45 16 18 13F 34 32
Octal 302 75 227 0 105 26 30 477 64 62
Binary 11000010 111101 10010111 0 1000101 10110 11000 100111111 110100 110010

Color Harmonies of #C23D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D97

Black with #C23D97

Text Example


Text Example

White with #C23D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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