Html Css Color HEX #C254A2 Mulberry

📋 copy color: '#C254A2'

red 194 ◦ green 84 ◦ blue 162

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

Shades of Mulberry #C254A2

Tints of Mulberry #C254A2

RGB

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

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

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

R = 44.09%
G = 19.09%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C254A2 (or 0xC254A2) is known color: Mulberry. HEX triplet: C2, 54 and A2. RGB value is (194,84,162). Sum of RGB (Red+Green+Blue) = 194+84+162=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C254A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C254A2 is #3DAB5D. Grayscale: #7D7D7D. Windows color (decimal): -4041566 or 10638530. OLE color: 10638530.

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

Color convert

RGB 194 84 162 -
CMYK 0 0.57 0.16 0.24
HSL 317.45º 0.47% 0.55% -
HSV(B) 317.45º 0.57% 0.76% -
XYZ 31.94 20.42 36.44 -
YUV 125.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 194 84 162 0 0.57 0.16 0.24 317.45 0.47 0.55
Hex C2 54 A2 0 39 10 18 13D 2F 37
Octal 302 124 242 0 71 20 30 475 57 67
Binary 11000010 1010100 10100010 0 111001 10000 11000 100111101 101111 110111

Color Harmonies of #C254A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254A2

Black with #C254A2

Text Example


Text Example

White with #C254A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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