Html Css Color HEX #C6417C Mulberry

📋 copy color: '#C6417C'

red 198 ◦ green 65 ◦ blue 124

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

Shades of Mulberry #C6417C

Tints of Mulberry #C6417C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 51.16%
G = 16.8%
B = 32.04%

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

#C6417C (or 0xC6417C) is known color: Mulberry. HEX triplet: C6, 41 and 7C. RGB value is (198,65,124). Sum of RGB (Red+Green+Blue) = 198+65+124=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6417C is #39BE83. Grayscale: #6F6F6F. Windows color (decimal): -3784324 or 8143302. OLE color: 8143302.

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

Color convert

RGB 198 65 124 -
CMYK 0 0.67 0.37 0.22
HSL 333.38º 0.54% 0.52% -
HSV(B) 333.38º 0.67% 0.78% -
XYZ 28.82 17.24 20.88 -
YUV 111.49 135.06 189.7 -
System Red Green Blue C M Y K H S L
Decimal 198 65 124 0 0.67 0.37 0.22 333.38 0.54 0.52
Hex C6 41 7C 0 43 25 16 14D 36 34
Octal 306 101 174 0 103 45 26 515 66 64
Binary 11000110 1000001 1111100 0 1000011 100101 10110 101001101 110110 110100

Color Harmonies of #C6417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6417C

Black with #C6417C

Text Example


Text Example

White with #C6417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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