Html Css Color HEX #C248A2 Mulberry

📋 copy color: '#C248A2'

red 194 ◦ green 72 ◦ blue 162

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

Shades of Mulberry #C248A2

Tints of Mulberry #C248A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 45.33%
G = 16.82%
B = 37.85%

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

#C248A2 (or 0xC248A2) is known color: Mulberry. HEX triplet: C2, 48 and A2. RGB value is (194,72,162). Sum of RGB (Red+Green+Blue) = 194+72+162=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A2 is #3DB75D. Grayscale: #767676. Windows color (decimal): -4044638 or 10635458. OLE color: 10635458.

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

Color convert

RGB 194 72 162 -
CMYK 0 0.63 0.16 0.24
HSL 315.74º 0.5% 0.52% -
HSV(B) 315.74º 0.63% 0.76% -
XYZ 31.09 18.71 36.16 -
YUV 118.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 194 72 162 0 0.63 0.16 0.24 315.74 0.5 0.52
Hex C2 48 A2 0 3F 10 18 13C 32 34
Octal 302 110 242 0 77 20 30 474 62 64
Binary 11000010 1001000 10100010 0 111111 10000 11000 100111100 110010 110100

Color Harmonies of #C248A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248A2

Black with #C248A2

Text Example


Text Example

White with #C248A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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