Html Css Color HEX #C6429F Mulberry

📋 copy color: '#C6429F'

red 198 ◦ green 66 ◦ blue 159

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

Shades of Mulberry #C6429F

Tints of Mulberry #C6429F

RGB

 RED value IS 198 (77.73% from 255) = 46.81%

 GREEN value IS 66 (26.17% from 255) = 15.6%

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 46.81%
G = 15.6%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6429F (or 0xC6429F) is known color: Mulberry. HEX triplet: C6, 42 and 9F. RGB value is (198,66,159). Sum of RGB (Red+Green+Blue) = 198+66+159=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6429F is #39BD60. Grayscale: #737373. Windows color (decimal): -3784033 or 10437318. OLE color: 10437318.

HSL color Cylindrical-coordinate representation of color #C6429F: hue angle of 317.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6429F is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 159 -
CMYK 0 0.67 0.20 0.22
HSL 317.73º 0.54% 0.52% -
HSV(B) 317.73º 0.67% 0.78% -
XYZ 31.49 18.41 34.69 -
YUV 116.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 198 66 159 0 0.67 0.20 0.22 317.73 0.54 0.52
Hex C6 42 9F 0 43 14 16 13E 36 34
Octal 306 102 237 0 103 24 26 476 66 64
Binary 11000110 1000010 10011111 0 1000011 10100 10110 100111110 110110 110100

Color Harmonies of #C6429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6429F

Black with #C6429F

Text Example


Text Example

White with #C6429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6429F; }

 p { color: rgb(198,66,159); }

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

background-color css

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

 a { background-color: rgb(198,66,159); }

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

border-color css

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

 span { border-color: rgb(198,66,159); }

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