Html Css Color HEX #C250A0 Mulberry

📋 copy color: '#C250A0'

red 194 ◦ green 80 ◦ blue 160

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

Shades of Mulberry #C250A0

Tints of Mulberry #C250A0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.43%

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

R = 44.7%
G = 18.43%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C250A0 (or 0xC250A0) is known color: Mulberry. HEX triplet: C2, 50 and A0. RGB value is (194,80,160). Sum of RGB (Red+Green+Blue) = 194+80+160=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C250A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C250A0 is #3DAF5F. Grayscale: #7B7B7B. Windows color (decimal): -4042592 or 10506434. OLE color: 10506434.

HSL color Cylindrical-coordinate representation of color #C250A0: hue angle of 317.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C250A0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 160 -
CMYK 0 0.59 0.18 0.24
HSL 317.89º 0.48% 0.54% -
HSV(B) 317.89º 0.59% 0.76% -
XYZ 31.46 19.74 35.41 -
YUV 123.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 194 80 160 0 0.59 0.18 0.24 317.89 0.48 0.54
Hex C2 50 A0 0 3B 12 18 13E 30 36
Octal 302 120 240 0 73 22 30 476 60 66
Binary 11000010 1010000 10100000 0 111011 10010 11000 100111110 110000 110110

Color Harmonies of #C250A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250A0

Black with #C250A0

Text Example


Text Example

White with #C250A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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