Html Css Color HEX #C8417D Mulberry

📋 copy color: '#C8417D'

red 200 ◦ green 65 ◦ blue 125

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

Shades of Mulberry #C8417D

Tints of Mulberry #C8417D

RGB

 RED value IS 200 (78.52% from 255) = 51.28%

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

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

R = 51.28%
G = 16.67%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8417D (or 0xC8417D) is known color: Mulberry. HEX triplet: C8, 41 and 7D. RGB value is (200,65,125). Sum of RGB (Red+Green+Blue) = 200+65+125=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8417D is #37BE82. Grayscale: #707070. Windows color (decimal): -3653251 or 8208840. OLE color: 8208840.

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

Color convert

RGB 200 65 125 -
CMYK 0 0.68 0.38 0.22
HSL 333.33º 0.55% 0.52% -
HSV(B) 333.33º 0.68% 0.78% -
XYZ 29.41 17.54 21.24 -
YUV 112.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 200 65 125 0 0.68 0.38 0.22 333.33 0.55 0.52
Hex C8 41 7D 0 44 26 16 14D 37 34
Octal 310 101 175 0 104 46 26 515 67 64
Binary 11001000 1000001 1111101 0 1000100 100110 10110 101001101 110111 110100

Color Harmonies of #C8417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8417D

Black with #C8417D

Text Example


Text Example

White with #C8417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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