Html Css Color HEX #C8417E Mulberry

📋 copy color: '#C8417E'

red 200 ◦ green 65 ◦ blue 126

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

Shades of Mulberry #C8417E

Tints of Mulberry #C8417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 51.15%
G = 16.62%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8417E (or 0xC8417E) is known color: Mulberry. HEX triplet: C8, 41 and 7E. RGB value is (200,65,126). Sum of RGB (Red+Green+Blue) = 200+65+126=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8417E is #37BE81. Grayscale: #707070. Windows color (decimal): -3653250 or 8274376. OLE color: 8274376.

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

Color convert

RGB 200 65 126 -
CMYK 0 0.68 0.37 0.22
HSL 332.89º 0.55% 0.52% -
HSV(B) 332.89º 0.68% 0.78% -
XYZ 29.48 17.57 21.58 -
YUV 112.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 200 65 126 0 0.68 0.37 0.22 332.89 0.55 0.52
Hex C8 41 7E 0 44 25 16 14D 37 34
Octal 310 101 176 0 104 45 26 515 67 64
Binary 11001000 1000001 1111110 0 1000100 100101 10110 101001101 110111 110100

Color Harmonies of #C8417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8417E

Black with #C8417E

Text Example


Text Example

White with #C8417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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