Html Css Color HEX #C34698 Mulberry

📋 copy color: '#C34698'

red 195 ◦ green 70 ◦ blue 152

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

Shades of Mulberry #C34698

Tints of Mulberry #C34698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 46.76%
G = 16.79%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C34698 (or 0xC34698) is known color: Mulberry. HEX triplet: C3, 46 and 98. RGB value is (195,70,152). Sum of RGB (Red+Green+Blue) = 195+70+152=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C34698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34698 is #3CB967. Grayscale: #747474. Windows color (decimal): -3979624 or 9979587. OLE color: 9979587.

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

Color convert

RGB 195 70 152 -
CMYK 0 0.64 0.22 0.24
HSL 320.64º 0.51% 0.52% -
HSV(B) 320.64º 0.64% 0.76% -
XYZ 30.36 18.25 31.63 -
YUV 116.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 195 70 152 0 0.64 0.22 0.24 320.64 0.51 0.52
Hex C3 46 98 0 40 16 18 141 33 34
Octal 303 106 230 0 100 26 30 501 63 64
Binary 11000011 1000110 10011000 0 1000000 10110 11000 101000001 110011 110100

Color Harmonies of #C34698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34698

Black with #C34698

Text Example


Text Example

White with #C34698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34698; }

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

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

background-color css

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

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

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

border-color css

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

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

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