Html Css Color HEX #C246A7 Mulberry

📋 copy color: '#C246A7'

red 194 ◦ green 70 ◦ blue 167

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

Shades of Mulberry #C246A7

Tints of Mulberry #C246A7

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.24%

 BLUE value IS 167 (65.63% from 255) = 38.75%

R = 45.01%
G = 16.24%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C246A7 (or 0xC246A7) is known color: Mulberry. HEX triplet: C2, 46 and A7. RGB value is (194,70,167). Sum of RGB (Red+Green+Blue) = 194+70+167=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C246A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246A7 is #3DB958. Grayscale: #757575. Windows color (decimal): -4045145 or 10962626. OLE color: 10962626.

HSL color Cylindrical-coordinate representation of color #C246A7: hue angle of 313.06º degrees, saturation: 0.5, 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 #C246A7 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 167 -
CMYK 0 0.64 0.14 0.24
HSL 313.06º 0.5% 0.52% -
HSV(B) 313.06º 0.64% 0.76% -
XYZ 31.41 18.64 38.5 -
YUV 118.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 194 70 167 0 0.64 0.14 0.24 313.06 0.5 0.52
Hex C2 46 A7 0 40 E 18 139 32 34
Octal 302 106 247 0 100 16 30 471 62 64
Binary 11000010 1000110 10100111 0 1000000 1110 11000 100111001 110010 110100

Color Harmonies of #C246A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246A7

Black with #C246A7

Text Example


Text Example

White with #C246A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246A7; }

 p { color: rgb(194,70,167); }

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

background-color css

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

 a { background-color: rgb(194,70,167); }

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

border-color css

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

 span { border-color: rgb(194,70,167); }

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