Html Css Color HEX #C34F98 Mulberry

📋 copy color: '#C34F98'

red 195 ◦ green 79 ◦ blue 152

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

Shades of Mulberry #C34F98

Tints of Mulberry #C34F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.54%

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

R = 45.77%
G = 18.54%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C34F98 (or 0xC34F98) is known color: Mulberry. HEX triplet: C3, 4F and 98. RGB value is (195,79,152). Sum of RGB (Red+Green+Blue) = 195+79+152=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F98 is #3CB067. Grayscale: #797979. Windows color (decimal): -3977320 or 9981891. OLE color: 9981891.

HSL color Cylindrical-coordinate representation of color #C34F98: hue angle of 322.24º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F98 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 79 152 -
CMYK 0 0.59 0.22 0.24
HSL 322.24º 0.49% 0.54% -
HSV(B) 322.24º 0.59% 0.76% -
XYZ 30.97 19.46 31.83 -
YUV 122.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 195 79 152 0 0.59 0.22 0.24 322.24 0.49 0.54
Hex C3 4F 98 0 3B 16 18 142 31 36
Octal 303 117 230 0 73 26 30 502 61 66
Binary 11000011 1001111 10011000 0 111011 10110 11000 101000010 110001 110110

Color Harmonies of #C34F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F98

Black with #C34F98

Text Example


Text Example

White with #C34F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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