Html Css Color HEX #C34694 Mulberry

📋 copy color: '#C34694'

red 195 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #C34694

Tints of Mulberry #C34694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 47.22%
G = 16.95%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C34694 (or 0xC34694) is known color: Mulberry. HEX triplet: C3, 46 and 94. RGB value is (195,70,148). Sum of RGB (Red+Green+Blue) = 195+70+148=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C34694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34694 is #3CB96B. Grayscale: #747474. Windows color (decimal): -3979628 or 9717443. OLE color: 9717443.

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

Color convert

RGB 195 70 148 -
CMYK 0 0.64 0.24 0.24
HSL 322.56º 0.51% 0.52% -
HSV(B) 322.56º 0.64% 0.76% -
XYZ 30.04 18.12 29.93 -
YUV 116.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 195 70 148 0 0.64 0.24 0.24 322.56 0.51 0.52
Hex C3 46 94 0 40 18 18 143 33 34
Octal 303 106 224 0 100 30 30 503 63 64
Binary 11000011 1000110 10010100 0 1000000 11000 11000 101000011 110011 110100

Color Harmonies of #C34694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34694

Black with #C34694

Text Example


Text Example

White with #C34694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34694; }

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

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

background-color css

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

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

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

border-color css

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

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

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