Html Css Color HEX #C2458A Mulberry

📋 copy color: '#C2458A'

red 194 ◦ green 69 ◦ blue 138

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

Shades of Mulberry #C2458A

Tints of Mulberry #C2458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 48.38%
G = 17.21%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2458A (or 0xC2458A) is known color: Mulberry. HEX triplet: C2, 45 and 8A. RGB value is (194,69,138). Sum of RGB (Red+Green+Blue) = 194+69+138=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2458A is #3DBA75. Grayscale: #727272. Windows color (decimal): -4045430 or 9061826. OLE color: 9061826.

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

Color convert

RGB 194 69 138 -
CMYK 0 0.64 0.29 0.24
HSL 326.88º 0.51% 0.52% -
HSV(B) 326.88º 0.64% 0.76% -
XYZ 28.96 17.56 25.91 -
YUV 114.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 194 69 138 0 0.64 0.29 0.24 326.88 0.51 0.52
Hex C2 45 8A 0 40 1D 18 147 33 34
Octal 302 105 212 0 100 35 30 507 63 64
Binary 11000010 1000101 10001010 0 1000000 11101 11000 101000111 110011 110100

Color Harmonies of #C2458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2458A

Black with #C2458A

Text Example


Text Example

White with #C2458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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