Html Css Color HEX #C3428B Mulberry

📋 copy color: '#C3428B'

red 195 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #C3428B

Tints of Mulberry #C3428B

RGB

 RED value IS 195 (76.56% from 255) = 48.75%

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 48.75%
G = 16.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3428B (or 0xC3428B) is known color: Mulberry. HEX triplet: C3, 42 and 8B. RGB value is (195,66,139). Sum of RGB (Red+Green+Blue) = 195+66+139=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3428B is #3CBD74. Grayscale: #707070. Windows color (decimal): -3980661 or 9126595. OLE color: 9126595.

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

Color convert

RGB 195 66 139 -
CMYK 0 0.66 0.29 0.24
HSL 326.05º 0.52% 0.51% -
HSV(B) 326.05º 0.66% 0.76% -
XYZ 29.11 17.36 26.24 -
YUV 112.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 195 66 139 0 0.66 0.29 0.24 326.05 0.52 0.51
Hex C3 42 8B 0 42 1D 18 146 34 33
Octal 303 102 213 0 102 35 30 506 64 63
Binary 11000011 1000010 10001011 0 1000010 11101 11000 101000110 110100 110011

Color Harmonies of #C3428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3428B

Black with #C3428B

Text Example


Text Example

White with #C3428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3428B; }

 p { color: rgb(195,66,139); }

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

background-color css

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

 a { background-color: rgb(195,66,139); }

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

border-color css

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

 span { border-color: rgb(195,66,139); }

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