Html Css Color HEX #C23C9A Mulberry

📋 copy color: '#C23C9A'

red 194 ◦ green 60 ◦ blue 154

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

Shades of Mulberry #C23C9A

Tints of Mulberry #C23C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.71%

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 47.55%
G = 14.71%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C23C9A (or 0xC23C9A) is known color: Mulberry. HEX triplet: C2, 3C and 9A. RGB value is (194,60,154). Sum of RGB (Red+Green+Blue) = 194+60+154=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C9A is #3DC365. Grayscale: #6E6E6E. Windows color (decimal): -4047718 or 10108098. OLE color: 10108098.

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

Color convert

RGB 194 60 154 -
CMYK 0 0.69 0.21 0.24
HSL 317.91º 0.53% 0.5% -
HSV(B) 317.91º 0.69% 0.76% -
XYZ 29.7 17.03 32.29 -
YUV 110.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 194 60 154 0 0.69 0.21 0.24 317.91 0.53 0.5
Hex C2 3C 9A 0 45 15 18 13E 35 32
Octal 302 74 232 0 105 25 30 476 65 62
Binary 11000010 111100 10011010 0 1000101 10101 11000 100111110 110101 110010

Color Harmonies of #C23C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C9A

Black with #C23C9A

Text Example


Text Example

White with #C23C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C9A; }

 p { color: rgb(194,60,154); }

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

background-color css

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

 a { background-color: rgb(194,60,154); }

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

border-color css

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

 span { border-color: rgb(194,60,154); }

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