Html Css Color HEX #C254A6 Mulberry

📋 copy color: '#C254A6'

red 194 ◦ green 84 ◦ blue 166

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

Shades of Mulberry #C254A6

Tints of Mulberry #C254A6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

 BLUE value IS 166 (65.23% from 255) = 37.39%

R = 43.69%
G = 18.92%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C254A6 (or 0xC254A6) is known color: Mulberry. HEX triplet: C2, 54 and A6. RGB value is (194,84,166). Sum of RGB (Red+Green+Blue) = 194+84+166=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C254A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C254A6 is #3DAB59. Grayscale: #7E7E7E. Windows color (decimal): -4041562 or 10900674. OLE color: 10900674.

HSL color Cylindrical-coordinate representation of color #C254A6: hue angle of 315.27º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C254A6 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 166 -
CMYK 0 0.57 0.14 0.24
HSL 315.27º 0.47% 0.55% -
HSV(B) 315.27º 0.57% 0.76% -
XYZ 32.3 20.56 38.34 -
YUV 126.24 150.44 176.33 -
System Red Green Blue C M Y K H S L
Decimal 194 84 166 0 0.57 0.14 0.24 315.27 0.47 0.55
Hex C2 54 A6 0 39 E 18 13B 2F 37
Octal 302 124 246 0 71 16 30 473 57 67
Binary 11000010 1010100 10100110 0 111001 1110 11000 100111011 101111 110111

Color Harmonies of #C254A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254A6

Black with #C254A6

Text Example


Text Example

White with #C254A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254A6; }

 p { color: rgb(194,84,166); }

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

background-color css

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

 a { background-color: rgb(194,84,166); }

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

border-color css

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

 span { border-color: rgb(194,84,166); }

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