Html Css Color HEX #C245A0 Mulberry

📋 copy color: '#C245A0'

red 194 ◦ green 69 ◦ blue 160

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

Shades of Mulberry #C245A0

Tints of Mulberry #C245A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

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

R = 45.86%
G = 16.31%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C245A0 (or 0xC245A0) is known color: Mulberry. HEX triplet: C2, 45 and A0. RGB value is (194,69,160). Sum of RGB (Red+Green+Blue) = 194+69+160=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C245A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245A0 is #3DBA5F. Grayscale: #747474. Windows color (decimal): -4045408 or 10503618. OLE color: 10503618.

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

Color convert

RGB 194 69 160 -
CMYK 0 0.64 0.18 0.24
HSL 316.32º 0.51% 0.52% -
HSV(B) 316.32º 0.64% 0.76% -
XYZ 30.72 18.26 35.16 -
YUV 116.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 194 69 160 0 0.64 0.18 0.24 316.32 0.51 0.52
Hex C2 45 A0 0 40 12 18 13C 33 34
Octal 302 105 240 0 100 22 30 474 63 64
Binary 11000010 1000101 10100000 0 1000000 10010 11000 100111100 110011 110100

Color Harmonies of #C245A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245A0

Black with #C245A0

Text Example


Text Example

White with #C245A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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