Html Css Color HEX #C2448A Mulberry

📋 copy color: '#C2448A'

red 194 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #C2448A

Tints of Mulberry #C2448A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

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

R = 48.5%
G = 17%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2448A (or 0xC2448A) is known color: Mulberry. HEX triplet: C2, 44 and 8A. RGB value is (194,68,138). Sum of RGB (Red+Green+Blue) = 194+68+138=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2448A is #3DBB75. Grayscale: #717171. Windows color (decimal): -4045686 or 9061570. OLE color: 9061570.

HSL color Cylindrical-coordinate representation of color #C2448A: hue angle of 326.67º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2448A is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 138 -
CMYK 0 0.65 0.29 0.24
HSL 326.67º 0.51% 0.51% -
HSV(B) 326.67º 0.65% 0.76% -
XYZ 28.9 17.44 25.89 -
YUV 113.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 194 68 138 0 0.65 0.29 0.24 326.67 0.51 0.51
Hex C2 44 8A 0 41 1D 18 147 33 33
Octal 302 104 212 0 101 35 30 507 63 63
Binary 11000010 1000100 10001010 0 1000001 11101 11000 101000111 110011 110011

Color Harmonies of #C2448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2448A

Black with #C2448A

Text Example


Text Example

White with #C2448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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