Html Css Color HEX #C3457D Mulberry

📋 copy color: '#C3457D'

red 195 ◦ green 69 ◦ blue 125

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

Shades of Mulberry #C3457D

Tints of Mulberry #C3457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 50.13%
G = 17.74%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3457D (or 0xC3457D) is known color: Mulberry. HEX triplet: C3, 45 and 7D. RGB value is (195,69,125). Sum of RGB (Red+Green+Blue) = 195+69+125=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3457D is #3CBA82. Grayscale: #707070. Windows color (decimal): -3979907 or 8209859. OLE color: 8209859.

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

Color convert

RGB 195 69 125 -
CMYK 0 0.65 0.36 0.24
HSL 333.33º 0.51% 0.52% -
HSV(B) 333.33º 0.65% 0.76% -
XYZ 28.34 17.34 21.26 -
YUV 113.06 134.74 186.45 -
System Red Green Blue C M Y K H S L
Decimal 195 69 125 0 0.65 0.36 0.24 333.33 0.51 0.52
Hex C3 45 7D 0 41 24 18 14D 33 34
Octal 303 105 175 0 101 44 30 515 63 64
Binary 11000011 1000101 1111101 0 1000001 100100 11000 101001101 110011 110100

Color Harmonies of #C3457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3457D

Black with #C3457D

Text Example


Text Example

White with #C3457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3457D; }

 p { color: rgb(195,69,125); }

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

background-color css

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

 a { background-color: rgb(195,69,125); }

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

border-color css

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

 span { border-color: rgb(195,69,125); }

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