Html Css Color HEX #C248A5 Mulberry

📋 copy color: '#C248A5'

red 194 ◦ green 72 ◦ blue 165

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

Shades of Mulberry #C248A5

Tints of Mulberry #C248A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 45.01%
G = 16.71%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C248A5 (or 0xC248A5) is known color: Mulberry. HEX triplet: C2, 48 and A5. RGB value is (194,72,165). Sum of RGB (Red+Green+Blue) = 194+72+165=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A5 is #3DB75A. Grayscale: #767676. Windows color (decimal): -4044635 or 10832066. OLE color: 10832066.

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

Color convert

RGB 194 72 165 -
CMYK 0 0.63 0.15 0.24
HSL 314.26º 0.5% 0.52% -
HSV(B) 314.26º 0.63% 0.76% -
XYZ 31.36 18.82 37.58 -
YUV 119.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 194 72 165 0 0.63 0.15 0.24 314.26 0.5 0.52
Hex C2 48 A5 0 3F F 18 13A 32 34
Octal 302 110 245 0 77 17 30 472 62 64
Binary 11000010 1001000 10100101 0 111111 1111 11000 100111010 110010 110100

Color Harmonies of #C248A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248A5

Black with #C248A5

Text Example


Text Example

White with #C248A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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