Html Css Color HEX #C0417D Mulberry

📋 copy color: '#C0417D'

red 192 ◦ green 65 ◦ blue 125

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

Shades of Mulberry #C0417D

Tints of Mulberry #C0417D

RGB

 RED value IS 192 (75.39% from 255) = 50.26%

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

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

R = 50.26%
G = 17.02%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0417D (or 0xC0417D) is known color: Mulberry. HEX triplet: C0, 41 and 7D. RGB value is (192,65,125). Sum of RGB (Red+Green+Blue) = 192+65+125=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0417D is #3FBE82. Grayscale: #6D6D6D. Windows color (decimal): -4177539 or 8208832. OLE color: 8208832.

HSL color Cylindrical-coordinate representation of color #C0417D: hue angle of 331.65º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0417D is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 125 -
CMYK 0 0.66 0.35 0.25
HSL 331.65º 0.5% 0.5% -
HSV(B) 331.65º 0.66% 0.75% -
XYZ 27.33 16.47 21.14 -
YUV 109.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 192 65 125 0 0.66 0.35 0.25 331.65 0.5 0.5
Hex C0 41 7D 0 42 23 19 14C 32 32
Octal 300 101 175 0 102 43 31 514 62 62
Binary 11000000 1000001 1111101 0 1000010 100011 11001 101001100 110010 110010

Color Harmonies of #C0417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0417D

Black with #C0417D

Text Example


Text Example

White with #C0417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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