Html Css Color HEX #C23FA0 Mulberry

📋 copy color: '#C23FA0'

red 194 ◦ green 63 ◦ blue 160

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

Shades of Mulberry #C23FA0

Tints of Mulberry #C23FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 46.52%
G = 15.11%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C23FA0 (or 0xC23FA0) is known color: Mulberry. HEX triplet: C2, 3F and A0. RGB value is (194,63,160). Sum of RGB (Red+Green+Blue) = 194+63+160=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FA0 is #3DC05F. Grayscale: #707070. Windows color (decimal): -4046944 or 10502082. OLE color: 10502082.

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

Color convert

RGB 194 63 160 -
CMYK 0 0.68 0.18 0.24
HSL 315.57º 0.52% 0.5% -
HSV(B) 315.57º 0.68% 0.76% -
XYZ 30.37 17.56 35.05 -
YUV 113.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 194 63 160 0 0.68 0.18 0.24 315.57 0.52 0.5
Hex C2 3F A0 0 44 12 18 13C 34 32
Octal 302 77 240 0 104 22 30 474 64 62
Binary 11000010 111111 10100000 0 1000100 10010 11000 100111100 110100 110010

Color Harmonies of #C23FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FA0

Black with #C23FA0

Text Example


Text Example

White with #C23FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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