Html Css Color HEX #C6417D Mulberry

📋 copy color: '#C6417D'

red 198 ◦ green 65 ◦ blue 125

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

Shades of Mulberry #C6417D

Tints of Mulberry #C6417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 51.03%
G = 16.75%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6417D (or 0xC6417D) is known color: Mulberry. HEX triplet: C6, 41 and 7D. RGB value is (198,65,125). Sum of RGB (Red+Green+Blue) = 198+65+125=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6417D is #39BE82. Grayscale: #6F6F6F. Windows color (decimal): -3784323 or 8208838. OLE color: 8208838.

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

Color convert

RGB 198 65 125 -
CMYK 0 0.67 0.37 0.22
HSL 332.93º 0.54% 0.52% -
HSV(B) 332.93º 0.67% 0.78% -
XYZ 28.88 17.27 21.21 -
YUV 111.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 198 65 125 0 0.67 0.37 0.22 332.93 0.54 0.52
Hex C6 41 7D 0 43 25 16 14D 36 34
Octal 306 101 175 0 103 45 26 515 66 64
Binary 11000110 1000001 1111101 0 1000011 100101 10110 101001101 110110 110100

Color Harmonies of #C6417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6417D

Black with #C6417D

Text Example


Text Example

White with #C6417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6417D; }

 p { color: rgb(198,65,125); }

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

background-color css

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

 a { background-color: rgb(198,65,125); }

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

border-color css

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

 span { border-color: rgb(198,65,125); }

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