Html Css Color HEX #C2457F Mulberry

📋 copy color: '#C2457F'

red 194 ◦ green 69 ◦ blue 127

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

Shades of Mulberry #C2457F

Tints of Mulberry #C2457F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 49.74%
G = 17.69%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2457F (or 0xC2457F) is known color: Mulberry. HEX triplet: C2, 45 and 7F. RGB value is (194,69,127). Sum of RGB (Red+Green+Blue) = 194+69+127=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2457F is #3DBA80. Grayscale: #707070. Windows color (decimal): -4045441 or 8340930. OLE color: 8340930.

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

Color convert

RGB 194 69 127 -
CMYK 0 0.64 0.35 0.24
HSL 332.16º 0.51% 0.52% -
HSV(B) 332.16º 0.64% 0.76% -
XYZ 28.21 17.26 21.92 -
YUV 112.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 194 69 127 0 0.64 0.35 0.24 332.16 0.51 0.52
Hex C2 45 7F 0 40 23 18 14C 33 34
Octal 302 105 177 0 100 43 30 514 63 64
Binary 11000010 1000101 1111111 0 1000000 100011 11000 101001100 110011 110100

Color Harmonies of #C2457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2457F

Black with #C2457F

Text Example


Text Example

White with #C2457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2457F; }

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

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

background-color css

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

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

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

border-color css

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

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

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