Html Css Color HEX #C23FA1 Mulberry

📋 copy color: '#C23FA1'

red 194 ◦ green 63 ◦ blue 161

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

Shades of Mulberry #C23FA1

Tints of Mulberry #C23FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.07%

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 46.41%
G = 15.07%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C23FA1 (or 0xC23FA1) is known color: Mulberry. HEX triplet: C2, 3F and A1. RGB value is (194,63,161). Sum of RGB (Red+Green+Blue) = 194+63+161=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FA1 is #3DC05E. Grayscale: #717171. Windows color (decimal): -4046943 or 10567618. OLE color: 10567618.

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

Color convert

RGB 194 63 161 -
CMYK 0 0.68 0.17 0.24
HSL 315.11º 0.52% 0.5% -
HSV(B) 315.11º 0.68% 0.76% -
XYZ 30.46 17.6 35.51 -
YUV 113.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 194 63 161 0 0.68 0.17 0.24 315.11 0.52 0.5
Hex C2 3F A1 0 44 11 18 13B 34 32
Octal 302 77 241 0 104 21 30 473 64 62
Binary 11000010 111111 10100001 0 1000100 10001 11000 100111011 110100 110010

Color Harmonies of #C23FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FA1

Black with #C23FA1

Text Example


Text Example

White with #C23FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FA1; }

 p { color: rgb(194,63,161); }

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

background-color css

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

 a { background-color: rgb(194,63,161); }

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

border-color css

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

 span { border-color: rgb(194,63,161); }

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