Html Css Color HEX #C34083 Mulberry

📋 copy color: '#C34083'

red 195 ◦ green 64 ◦ blue 131

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

Shades of Mulberry #C34083

Tints of Mulberry #C34083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 50%
G = 16.41%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C34083 (or 0xC34083) is known color: Mulberry. HEX triplet: C3, 40 and 83. RGB value is (195,64,131). Sum of RGB (Red+Green+Blue) = 195+64+131=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C34083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34083 is #3CBF7C. Grayscale: #6E6E6E. Windows color (decimal): -3981181 or 8601795. OLE color: 8601795.

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

Color convert

RGB 195 64 131 -
CMYK 0 0.67 0.33 0.24
HSL 329.31º 0.52% 0.51% -
HSV(B) 329.31º 0.67% 0.76% -
XYZ 28.44 16.91 23.24 -
YUV 110.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 195 64 131 0 0.67 0.33 0.24 329.31 0.52 0.51
Hex C3 40 83 0 43 21 18 149 34 33
Octal 303 100 203 0 103 41 30 511 64 63
Binary 11000011 1000000 10000011 0 1000011 100001 11000 101001001 110100 110011

Color Harmonies of #C34083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34083

Black with #C34083

Text Example


Text Example

White with #C34083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34083; }

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

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

background-color css

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

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

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

border-color css

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

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

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