Html Css Color HEX #C248A3 Mulberry

📋 copy color: '#C248A3'

red 194 ◦ green 72 ◦ blue 163

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

Shades of Mulberry #C248A3

Tints of Mulberry #C248A3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

 BLUE value IS 163 (64.06% from 255) = 38%

R = 45.22%
G = 16.78%
B = 38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C248A3 (or 0xC248A3) is known color: Mulberry. HEX triplet: C2, 48 and A3. RGB value is (194,72,163). Sum of RGB (Red+Green+Blue) = 194+72+163=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A3 is #3DB75C. Grayscale: #767676. Windows color (decimal): -4044637 or 10700994. OLE color: 10700994.

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

Color convert

RGB 194 72 163 -
CMYK 0 0.63 0.16 0.24
HSL 315.25º 0.5% 0.52% -
HSV(B) 315.25º 0.63% 0.76% -
XYZ 31.18 18.75 36.63 -
YUV 118.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 194 72 163 0 0.63 0.16 0.24 315.25 0.5 0.52
Hex C2 48 A3 0 3F 10 18 13B 32 34
Octal 302 110 243 0 77 20 30 473 62 64
Binary 11000010 1001000 10100011 0 111111 10000 11000 100111011 110010 110100

Color Harmonies of #C248A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248A3

Black with #C248A3

Text Example


Text Example

White with #C248A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248A3; }

 p { color: rgb(194,72,163); }

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

background-color css

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

 a { background-color: rgb(194,72,163); }

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

border-color css

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

 span { border-color: rgb(194,72,163); }

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