Html Css Color HEX #C2429B Mulberry

📋 copy color: '#C2429B'

red 194 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #C2429B

Tints of Mulberry #C2429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.9%

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 46.75%
G = 15.9%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2429B (or 0xC2429B) is known color: Mulberry. HEX triplet: C2, 42 and 9B. RGB value is (194,66,155). Sum of RGB (Red+Green+Blue) = 194+66+155=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2429B is #3DBD64. Grayscale: #727272. Windows color (decimal): -4046181 or 10175170. OLE color: 10175170.

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

Color convert

RGB 194 66 155 -
CMYK 0 0.66 0.20 0.24
HSL 318.28º 0.51% 0.51% -
HSV(B) 318.28º 0.66% 0.76% -
XYZ 30.11 17.73 32.85 -
YUV 114.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 194 66 155 0 0.66 0.20 0.24 318.28 0.51 0.51
Hex C2 42 9B 0 42 14 18 13E 33 33
Octal 302 102 233 0 102 24 30 476 63 63
Binary 11000010 1000010 10011011 0 1000010 10100 11000 100111110 110011 110011

Color Harmonies of #C2429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2429B

Black with #C2429B

Text Example


Text Example

White with #C2429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2429B; }

 p { color: rgb(194,66,155); }

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

background-color css

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

 a { background-color: rgb(194,66,155); }

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

border-color css

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

 span { border-color: rgb(194,66,155); }

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