Html Css Color HEX #C0417E Mulberry

📋 copy color: '#C0417E'

red 192 ◦ green 65 ◦ blue 126

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

Shades of Mulberry #C0417E

Tints of Mulberry #C0417E

RGB

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

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

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

R = 50.13%
G = 16.97%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0417E (or 0xC0417E) is known color: Mulberry. HEX triplet: C0, 41 and 7E. RGB value is (192,65,126). Sum of RGB (Red+Green+Blue) = 192+65+126=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0417E is #3FBE81. Grayscale: #6D6D6D. Windows color (decimal): -4177538 or 8274368. OLE color: 8274368.

HSL color Cylindrical-coordinate representation of color #C0417E: hue angle of 331.18º 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 #C0417E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 126 -
CMYK 0 0.66 0.34 0.25
HSL 331.18º 0.5% 0.5% -
HSV(B) 331.18º 0.66% 0.75% -
XYZ 27.39 16.49 21.48 -
YUV 109.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 192 65 126 0 0.66 0.34 0.25 331.18 0.5 0.5
Hex C0 41 7E 0 42 22 19 14B 32 32
Octal 300 101 176 0 102 42 31 513 62 62
Binary 11000000 1000001 1111110 0 1000010 100010 11001 101001011 110010 110010

Color Harmonies of #C0417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0417E

Black with #C0417E

Text Example


Text Example

White with #C0417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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