Html Css Color HEX #C34683 Mulberry

📋 copy color: '#C34683'

red 195 ◦ green 70 ◦ blue 131

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

Shades of Mulberry #C34683

Tints of Mulberry #C34683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 49.24%
G = 17.68%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C34683 (or 0xC34683) is known color: Mulberry. HEX triplet: C3, 46 and 83. RGB value is (195,70,131). Sum of RGB (Red+Green+Blue) = 195+70+131=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34683 is #3CB97C. Grayscale: #727272. Windows color (decimal): -3979645 or 8603331. OLE color: 8603331.

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

Color convert

RGB 195 70 131 -
CMYK 0 0.64 0.33 0.24
HSL 330.72º 0.51% 0.52% -
HSV(B) 330.72º 0.64% 0.76% -
XYZ 28.79 17.62 23.36 -
YUV 114.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 195 70 131 0 0.64 0.33 0.24 330.72 0.51 0.52
Hex C3 46 83 0 40 21 18 14B 33 34
Octal 303 106 203 0 100 41 30 513 63 64
Binary 11000011 1000110 10000011 0 1000000 100001 11000 101001011 110011 110100

Color Harmonies of #C34683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34683

Black with #C34683

Text Example


Text Example

White with #C34683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34683; }

 p { color: rgb(195,70,131); }

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

background-color css

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

 a { background-color: rgb(195,70,131); }

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

border-color css

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

 span { border-color: rgb(195,70,131); }

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